#88050A

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

Shades of Sangria #88050A

Tints of Sangria #88050A

Color information

#88050A (or 0x88050A) is unknown color: approx Sangria. HEX triplet: 88, 05 and 0A. RGB value is (136,5,10). Sum of RGB (Red+Green+Blue) = 136+5+10=151 (20% of max value = 765). Red value is 136 (53.52% from 255 or 90.07% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 136 - color contains mainly: red. Hex color #88050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88050A is #77FAF5. Grayscale: #2C2C2C. Windows color (decimal): -7863030 or 656776. OLE color: 656776.

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

Color convert

RGB136510-
CMYK00.960.930.47
HSL357.71º92.91%27.65%-
HSV(B)357.71º96.32%53.33%-
XYZ10.265.360.78-
YUV44.74108.4193.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 90.07%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=90.07%
G=3.31%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13651000.960.930.47357.7192.9127.65
Hex885A0605D2F1665d1c
Octal21051201401355754613534
Binary100010001011010011000001011101101111101100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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