#881215

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

Shades of Sangria #881215

Tints of Sangria #881215

Color information

#881215 (or 0x881215) is unknown color: approx Sangria. HEX triplet: 88, 12 and 15. RGB value is (136,18,21). Sum of RGB (Red+Green+Blue) = 136+18+21=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881215 is #77EDEA. Grayscale: #353535. Windows color (decimal): -7859691 or 1381000. OLE color: 1381000.

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

Color convert

RGB1361821-
CMYK00.870.850.47
HSL358.47º76.62%30.2%-
HSV(B)358.47º86.76%53.33%-
XYZ10.515.721.26-
YUV53.62109.59186.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.71%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 21 (8.59% from 255) = 12%
R=77.71%
G=10.29%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136182100.870.850.47358.4776.6230.2
Hex881215057552F1664d1e
Octal210222501271255754611536
Binary100010001001010101010101111010101101111101100110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881215; }

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

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

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

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

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

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

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

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