#840809

Color #840809 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #840809

Tints of Sangria #840809

Color information

#840809 (or 0x840809) is unknown color: approx Sangria. HEX triplet: 84, 08 and 09. RGB value is (132,8,9). Sum of RGB (Red+Green+Blue) = 132+8+9=149 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88.59% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 132 - color contains mainly: red. Hex color #840809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840809 is #7BF7F6. Grayscale: #2D2D2D. Windows color (decimal): -8124407 or 592004. OLE color: 592004.

HSL color Cylindrical-coordinate representation of color #840809: hue angle of 359.52º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840809 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB13289-
CMYK00.940.930.48
HSL359.52º88.57%27.45%-
HSV(B)359.52º93.94%51.76%-
XYZ9.655.10.73-
YUV45.19107.58189.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 88.59%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=88.59%
G=5.37%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328900.940.930.48359.5288.5727.45
Hex848905E5D30168591b
Octal204101101361356055013133
Binary1000010010001001010111101011101110000101101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840809; }

 p { color: rgb(132,8,9); }

 H1.HeaderClassName
 {
   color: #840809;
 }
 .AnyTagClassName
 {
   color: #840809;
 }
</style>
background-color css

<style>
 a { background-color: #840809; }

 a { background-color: rgb(132,8,9); }

 div.DivClassName
 {
   background-color: #840809;
 }
 .BgClassName
 {
   background-color: #840809;
 }
</style>
border-color css

<style>
 span { border-color: #840809; }

 span { border-color: rgb(132,8,9); }

 td.TdClassName
 {
   border-color: #840809;
 }
 .TagClassName
 {
   border-color: #840809;
 }
</style>