#840D15

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

Shades of Sangria #840D15

Tints of Sangria #840D15

Color information

#840D15 (or 0x840D15) is unknown color: approx Sangria. HEX triplet: 84, 0D and 15. RGB value is (132,13,21). Sum of RGB (Red+Green+Blue) = 132+13+21=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #840D15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D15 is #7BF2EA. Grayscale: #313131. Windows color (decimal): -8123115 or 1379716. OLE color: 1379716.

HSL color Cylindrical-coordinate representation of color #840D15: hue angle of 355.97º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D15 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB1321321-
CMYK00.900.840.48
HSL355.97º82.07%28.43%-
HSV(B)355.97º90.15%51.76%-
XYZ9.85.251.21-
YUV49.49111.92186.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.52%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=79.52%
G=7.83%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132100.900.840.48355.9782.0728.43
Hex84D1505A5430164521c
Octal204152501321246054412234
Binary10000100110110101010110101010100110000101100100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840D15; }

 p { color: rgb(132,13,21); }

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

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

 a { background-color: rgb(132,13,21); }

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

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

 span { border-color: rgb(132,13,21); }

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