#840F15

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

Shades of Sangria #840F15

Tints of Sangria #840F15

Color information

#840F15 (or 0x840F15) is unknown color: approx Sangria. HEX triplet: 84, 0F and 15. RGB value is (132,15,21). Sum of RGB (Red+Green+Blue) = 132+15+21=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #840F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F15 is #7BF0EA. Grayscale: #323232. Windows color (decimal): -8122603 or 1380228. OLE color: 1380228.

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

Color convert

RGB1321521-
CMYK00.890.840.48
HSL356.92º79.59%28.82%-
HSV(B)356.92º88.64%51.76%-
XYZ9.825.31.22-
YUV50.67111.26186.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.57%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=78.57%
G=8.93%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132152100.890.840.48356.9279.5928.82
Hex84F150595430165501d
Octal204172501311246054512035
Binary10000100111110101010110011010100110000101100101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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