#880A15

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

Shades of Sangria #880A15

Tints of Sangria #880A15

Color information

#880A15 (or 0x880A15) is unknown color: approx Sangria. HEX triplet: 88, 0A and 15. RGB value is (136,10,21). Sum of RGB (Red+Green+Blue) = 136+10+21=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #880A15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A15 is #77F5EA. Grayscale: #313131. Windows color (decimal): -7861739 or 1378952. OLE color: 1378952.

HSL color Cylindrical-coordinate representation of color #880A15: hue angle of 354.76º 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 #880A15 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1361021-
CMYK00.930.850.47
HSL354.76º86.3%28.63%-
HSV(B)354.76º92.65%53.33%-
XYZ10.45.511.22-
YUV48.93112.24190.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 81.44%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=81.44%
G=5.99%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136102100.930.850.47354.7686.328.63
Hex88A1505D552F163561d
Octal210122501351255754312635
Binary10001000101010101010111011010101101111101100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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