#880A0B

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

Shades of Sangria #880A0B

Tints of Sangria #880A0B

Color information

#880A0B (or 0x880A0B) is unknown color: approx Sangria. HEX triplet: 88, 0A and 0B. RGB value is (136,10,11). Sum of RGB (Red+Green+Blue) = 136+10+11=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A0B is #77F5F4. Grayscale: #2F2F2F. Windows color (decimal): -7861749 or 723592. OLE color: 723592.

HSL color Cylindrical-coordinate representation of color #880A0B: hue angle of 359.52º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A0B is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1361011-
CMYK00.930.920.47
HSL359.52º86.3%28.63%-
HSV(B)359.52º92.65%53.33%-
XYZ10.325.480.83-
YUV47.79107.24190.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 86.62%
GREEN value IS 10 (4.30% from 255) = 6.37%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=86.62%
G=6.37%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136101100.930.920.47359.5286.328.63
Hex88AB05D5C2F168561d
Octal210121301351345755012635
Binary1000100010101011010111011011100101111101101000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880A0B; }

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

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

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

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

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

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

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

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