#88090E

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

Shades of Sangria #88090E

Tints of Sangria #88090E

Color information

#88090E (or 0x88090E) is unknown color: approx Sangria. HEX triplet: 88, 09 and 0E. RGB value is (136,9,14). Sum of RGB (Red+Green+Blue) = 136+9+14=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #88090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88090E is #77F6F1. Grayscale: #2F2F2F. Windows color (decimal): -7862002 or 919944. OLE color: 919944.

HSL color Cylindrical-coordinate representation of color #88090E: hue angle of 357.64º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88090E is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB136914-
CMYK00.930.900.47
HSL357.64º87.59%28.43%-
HSV(B)357.64º93.38%53.33%-
XYZ10.335.460.93-
YUV47.54109.08191.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 85.53%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=85.53%
G=5.66%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13691400.930.900.47357.6487.5928.43
Hex889E05D5A2F166581c
Octal210111601351325754613034
Binary1000100010011110010111011011010101111101100110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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