#88030e

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

Shades of Sangria #88030E

Tints of Sangria #88030E

Color information

#88030E (or 0x88030E) is unknown color: approx Sangria. HEX triplet: 88, 03 and 0E. RGB value is (136,3,14). Sum of RGB (Red+Green+Blue) = 136+3+14=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #88030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88030E is #77FCF1. Grayscale: #2C2C2C. Windows color (decimal): -7863538 or 918408. OLE color: 918408.

HSL color Cylindrical-coordinate representation of color #88030E: hue angle of 355.04º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88030E is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB136314-
CMYK00.980.900.47
HSL355.04º95.68%27.25%-
HSV(B)355.04º97.79%53.33%-
XYZ10.275.330.9-
YUV44.02111.06193.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 88.89%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=88.89%
G=1.96%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13631400.980.900.47355.0495.6827.25
Hex883E0625A2F163601b
Octal21031601421325754314033
Binary10001000111110011000101011010101111101100011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88030e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88030e; }

 p { color: rgb(136,3,14); }

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

<style>
 a { background-color: #88030e; }

 a { background-color: rgb(136,3,14); }

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

<style>
 span { border-color: #88030e; }

 span { border-color: rgb(136,3,14); }

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