#840A15

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

Shades of Sangria #840A15

Tints of Sangria #840A15

Color information

#840A15 (or 0x840A15) is unknown color: approx Sangria. HEX triplet: 84, 0A and 15. RGB value is (132,10,21). Sum of RGB (Red+Green+Blue) = 132+10+21=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #840A15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840A15 is #7BF5EA. Grayscale: #2F2F2F. Windows color (decimal): -8123883 or 1378948. OLE color: 1378948.

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

Color convert

RGB1321021-
CMYK00.920.840.48
HSL354.59º85.92%27.84%-
HSV(B)354.59º92.42%51.76%-
XYZ9.765.181.19-
YUV47.73112.92188.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 80.98%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=80.98%
G=6.13%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132102100.920.840.48354.5985.9227.84
Hex84A1505C5430163561c
Octal204122501341246054312634
Binary10000100101010101010111001010100110000101100011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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