#88090B

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

Shades of Sangria #88090B

Tints of Sangria #88090B

Color information

#88090B (or 0x88090B) is unknown color: approx Sangria. HEX triplet: 88, 09 and 0B. RGB value is (136,9,11). Sum of RGB (Red+Green+Blue) = 136+9+11=156 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.18% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 136 - color contains mainly: red. Hex color #88090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88090B is #77F6F4. Grayscale: #2F2F2F. Windows color (decimal): -7862005 or 723336. OLE color: 723336.

HSL color Cylindrical-coordinate representation of color #88090B: hue angle of 359.06º 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 #88090B is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB136911-
CMYK00.930.920.47
HSL359.06º87.59%28.43%-
HSV(B)359.06º93.38%53.33%-
XYZ10.315.450.83-
YUV47.2107.58191.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 87.18%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=87.18%
G=5.77%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13691100.930.920.47359.0687.5928.43
Hex889B05D5C2F167581c
Octal210111301351345754713034
Binary1000100010011011010111011011100101111101100111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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