#840009

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

Shades of Sangria #840009

Tints of Sangria #840009

Color information

#840009 (or 0x840009) is unknown color: approx Sangria. HEX triplet: 84, 00 and 09. RGB value is (132,0,9). Sum of RGB (Red+Green+Blue) = 132+0+9=141 (18% of max value = 765). Red value is 132 (51.95% from 255 or 93.62% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 132 - color contains mainly: red. Hex color #840009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840009 is #7BFFF6. Grayscale: #282828. Windows color (decimal): -8126455 or 589956. OLE color: 589956.

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

Color convert

RGB13209-
CMYK010.930.48
HSL355.91º100%25.88%-
HSV(B)355.91º100%51.76%-
XYZ9.574.930.7-
YUV40.49110.23193.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 93.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=93.62%
G=0%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13209010.930.48355.9110025.88
Hex84090645D30164641a
Octal20401101441356054414432
Binary1000010001001011001001011101110000101100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840009; }

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

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

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

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

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

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

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

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