#840F14

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

Shades of Sangria #840F14

Tints of Sangria #840F14

Color information

#840F14 (or 0x840F14) is unknown color: approx Sangria. HEX triplet: 84, 0F and 14. RGB value is (132,15,20). Sum of RGB (Red+Green+Blue) = 132+15+20=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #840F14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F14 is #7BF0EB. Grayscale: #323232. Windows color (decimal): -8122604 or 1314692. OLE color: 1314692.

HSL color Cylindrical-coordinate representation of color #840F14: hue angle of 357.44º 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 #840F14 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1321520-
CMYK00.890.850.48
HSL357.44º79.59%28.82%-
HSV(B)357.44º88.64%51.76%-
XYZ9.815.31.17-
YUV50.55110.76186.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.04%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=79.04%
G=8.98%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132152000.890.850.48357.4479.5928.82
Hex84F140595530165501d
Octal204172401311256054512035
Binary10000100111110100010110011010101110000101100101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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