#840106

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

Shades of Sangria #840106

Tints of Sangria #840106

Color information

#840106 (or 0x840106) is unknown color: approx Sangria. HEX triplet: 84, 01 and 06. RGB value is (132,1,6). Sum of RGB (Red+Green+Blue) = 132+1+6=139 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.96% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 132 - color contains mainly: red. Hex color #840106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840106 is #7BFEF9. Grayscale: #282828. Windows color (decimal): -8126202 or 393604. OLE color: 393604.

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

Color convert

RGB13216-
CMYK00.990.950.48
HSL357.71º98.5%26.08%-
HSV(B)357.71º99.24%51.76%-
XYZ9.564.940.62-
YUV40.74108.4193.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 94.96%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=94.96%
G=0.72%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321600.990.950.48357.7198.526.08
Hex84160635F30166621a
Octal2041601431376054614232
Binary100001001110011000111011111110000101100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840106; }

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

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

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

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

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

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

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

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