#880809

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

Shades of Sangria #880809

Tints of Sangria #880809

Color information

#880809 (or 0x880809) is unknown color: approx Sangria. HEX triplet: 88, 08 and 09. RGB value is (136,8,9). Sum of RGB (Red+Green+Blue) = 136+8+9=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880809 is #77F7F6. Grayscale: #2E2E2E. Windows color (decimal): -7862263 or 592008. OLE color: 592008.

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

Color convert

RGB13689-
CMYK00.940.930.47
HSL359.53º88.89%28.24%-
HSV(B)359.53º94.12%53.33%-
XYZ10.295.430.76-
YUV46.39106.91191.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 88.89%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 9 (3.91% from 255) = 5.88%
R=88.89%
G=5.23%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368900.940.930.47359.5388.8928.24
Hex888905E5D2F168591c
Octal210101101361355755013134
Binary1000100010001001010111101011101101111101101000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880809; }

 p { color: rgb(136,8,9); }

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

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

 a { background-color: rgb(136,8,9); }

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

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

 span { border-color: rgb(136,8,9); }

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