#88050B

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

Shades of Sangria #88050B

Tints of Sangria #88050B

Color information

#88050B (or 0x88050B) is unknown color: approx Sangria. HEX triplet: 88, 05 and 0B. RGB value is (136,5,11). Sum of RGB (Red+Green+Blue) = 136+5+11=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #88050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88050B is #77FAF4. Grayscale: #2C2C2C. Windows color (decimal): -7863029 or 722312. OLE color: 722312.

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

Color convert

RGB136511-
CMYK00.960.920.47
HSL357.25º92.91%27.65%-
HSV(B)357.25º96.32%53.33%-
XYZ10.275.370.81-
YUV44.85108.9193.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 89.47%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=89.47%
G=3.29%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13651100.960.920.47357.2592.9127.65
Hex885B0605C2F1655d1c
Octal21051301401345754513534
Binary100010001011011011000001011100101111101100101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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