#840006

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

Shades of Sangria #840006

Tints of Sangria #840006

Color information

#840006 (or 0x840006) is unknown color: approx Sangria. HEX triplet: 84, 00 and 06. RGB value is (132,0,6). Sum of RGB (Red+Green+Blue) = 132+0+6=138 (18% of max value = 765). Red value is 132 (51.95% from 255 or 95.65% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 132 - color contains mainly: red. Hex color #840006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840006 is #7BFFF9. Grayscale: #282828. Windows color (decimal): -8126458 or 393348. OLE color: 393348.

HSL color Cylindrical-coordinate representation of color #840006: hue angle of 357.27º 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 #840006 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB13206-
CMYK010.950.48
HSL357.27º100%25.88%-
HSV(B)357.27º100%51.76%-
XYZ9.554.920.62-
YUV40.15108.73193.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 95.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=95.65%
G=0%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13206010.950.48357.2710025.88
Hex84060645F30165641a
Octal2040601441376054514432
Binary100001000110011001001011111110000101100101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840006; }

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

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

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

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

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

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

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

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