#880811

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

Shades of Sangria #880811

Tints of Sangria #880811

Color information

#880811 (or 0x880811) is unknown color: approx Sangria. HEX triplet: 88, 08 and 11. RGB value is (136,8,17). Sum of RGB (Red+Green+Blue) = 136+8+17=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880811 is #77F7EE. Grayscale: #2F2F2F. Windows color (decimal): -7862255 or 1116296. OLE color: 1116296.

HSL color Cylindrical-coordinate representation of color #880811: hue angle of 355.78º 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 #880811 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB136817-
CMYK00.940.870.47
HSL355.78º88.89%28.24%-
HSV(B)355.78º94.12%53.33%-
XYZ10.345.451.04-
YUV47.3110.91191.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 84.47%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=84.47%
G=4.97%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13681700.940.870.47355.7888.8928.24
Hex8881105E572F164591c
Octal210102101361275754413134
Binary10001000100010001010111101010111101111101100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880811; }

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

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

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

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

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

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

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

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