#84050E

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

Shades of Sangria #84050E

Tints of Sangria #84050E

Color information

#84050E (or 0x84050E) is unknown color: approx Sangria. HEX triplet: 84, 05 and 0E. RGB value is (132,5,14). Sum of RGB (Red+Green+Blue) = 132+5+14=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #84050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84050E is #7BFAF1. Grayscale: #2C2C2C. Windows color (decimal): -8125170 or 918916. OLE color: 918916.

HSL color Cylindrical-coordinate representation of color #84050E: hue angle of 355.75º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84050E is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB132514-
CMYK00.960.890.48
HSL355.75º92.7%26.86%-
HSV(B)355.75º96.21%51.76%-
XYZ9.655.050.88-
YUV44111.08190.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 87.42%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=87.42%
G=3.31%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13251400.960.890.48355.7592.726.86
Hex845E06059301645d1b
Octal20451601401316054413533
Binary100001001011110011000001011001110000101100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84050E; }

 p { color: rgb(132,5,14); }

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

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

 a { background-color: rgb(132,5,14); }

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

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

 span { border-color: rgb(132,5,14); }

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