#84090E

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

Shades of Sangria #84090E

Tints of Sangria #84090E

Color information

#84090E (or 0x84090E) is unknown color: approx Sangria. HEX triplet: 84, 09 and 0E. RGB value is (132,9,14). Sum of RGB (Red+Green+Blue) = 132+9+14=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #84090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84090E is #7BF6F1. Grayscale: #2E2E2E. Windows color (decimal): -8124146 or 919940. OLE color: 919940.

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

Color convert

RGB132914-
CMYK00.930.890.48
HSL357.56º87.23%27.65%-
HSV(B)357.56º93.18%51.76%-
XYZ9.695.130.9-
YUV46.35109.75189.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 85.16%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=85.16%
G=5.81%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13291400.930.890.48357.5687.2327.65
Hex849E05D5930166571c
Octal204111601351316054612734
Binary1000010010011110010111011011001110000101100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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