#88010C

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

Shades of Sangria #88010C

Tints of Sangria #88010C

Color information

#88010C (or 0x88010C) is unknown color: approx Sangria. HEX triplet: 88, 01 and 0C. RGB value is (136,1,12). Sum of RGB (Red+Green+Blue) = 136+1+12=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #88010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88010C is #77FEF3. Grayscale: #2A2A2A. Windows color (decimal): -7864052 or 786824. OLE color: 786824.

HSL color Cylindrical-coordinate representation of color #88010C: hue angle of 355.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB136112-
CMYK00.990.910.47
HSL355.11º98.54%26.86%-
HSV(B)355.11º99.26%53.33%-
XYZ10.235.280.83-
YUV42.62110.73194.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 91.28%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=91.28%
G=0.67%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611200.990.910.47355.1198.5426.86
Hex881C0635B2F163631b
Octal21011401431335754314333
Binary1000100011100011000111011011101111101100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88010C; }

 p { color: rgb(136,1,12); }

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

<style>
 a { background-color: #88010C; }

 a { background-color: rgb(136,1,12); }

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

<style>
 span { border-color: #88010C; }

 span { border-color: rgb(136,1,12); }

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