#880011

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

Shades of Sangria #880011

Tints of Sangria #880011

Color information

#880011 (or 0x880011) is unknown color: approx Sangria. HEX triplet: 88, 00 and 11. RGB value is (136,0,17). Sum of RGB (Red+Green+Blue) = 136+0+17=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880011 is #77FFEE. Grayscale: #2A2A2A. Windows color (decimal): -7864303 or 1114248. OLE color: 1114248.

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

Color convert

RGB136017-
CMYK010.870.47
HSL352.5º100%26.67%-
HSV(B)352.5º100%53.33%-
XYZ10.255.271.01-
YUV42.6113.56194.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 88.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=88.89%
G=0%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136017010.870.47352.510026.67
Hex88011064572F160641b
Octal21002101441275754014433
Binary10001000010001011001001010111101111101100000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880011; }

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

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

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

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

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

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

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

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