#880815

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

Shades of Sangria #880815

Tints of Sangria #880815

Color information

#880815 (or 0x880815) is unknown color: approx Sangria. HEX triplet: 88, 08 and 15. RGB value is (136,8,21). Sum of RGB (Red+Green+Blue) = 136+8+21=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880815 is #77F7EA. Grayscale: #2F2F2F. Windows color (decimal): -7862251 or 1378440. OLE color: 1378440.

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

Color convert

RGB136821-
CMYK00.940.850.47
HSL353.91º88.89%28.24%-
HSV(B)353.91º94.12%53.33%-
XYZ10.385.461.22-
YUV47.75112.91190.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 82.42%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=82.42%
G=4.85%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13682100.940.850.47353.9188.8928.24
Hex8881505E552F162591c
Octal210102501361255754213134
Binary10001000100010101010111101010101101111101100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880815; }

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

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

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

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

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

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

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

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