#88020A

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

Shades of Sangria #88020A

Tints of Sangria #88020A

Color information

#88020A (or 0x88020A) is unknown color: approx Sangria. HEX triplet: 88, 02 and 0A. RGB value is (136,2,10). Sum of RGB (Red+Green+Blue) = 136+2+10=148 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.89% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 136 - color contains mainly: red. Hex color #88020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88020A is #77FDF5. Grayscale: #2B2B2B. Windows color (decimal): -7863798 or 656008. OLE color: 656008.

HSL color Cylindrical-coordinate representation of color #88020A: hue angle of 356.42º degrees, saturation: 0.97, 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 #88020A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB136210-
CMYK00.990.930.47
HSL356.42º97.1%27.06%-
HSV(B)356.42º98.53%53.33%-
XYZ10.235.30.77-
YUV42.98109.39194.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 91.89%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=91.89%
G=1.35%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13621000.990.930.47356.4297.127.06
Hex882A0635D2F164611b
Octal21021201431355754414133
Binary10001000101010011000111011101101111101100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88020A; }

 p { color: rgb(136,2,10); }

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

<style>
 a { background-color: #88020A; }

 a { background-color: rgb(136,2,10); }

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

<style>
 span { border-color: #88020A; }

 span { border-color: rgb(136,2,10); }

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