#891215

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

Shades of Sangria #891215

Tints of Sangria #891215

Color information

#891215 (or 0x891215) is unknown color: approx Sangria. HEX triplet: 89, 12 and 15. RGB value is (137,18,21). Sum of RGB (Red+Green+Blue) = 137+18+21=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #891215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891215 is #76EDEA. Grayscale: #363636. Windows color (decimal): -7794155 or 1381001. OLE color: 1381001.

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

Color convert

RGB1371821-
CMYK00.870.850.46
HSL358.49º76.77%30.39%-
HSV(B)358.49º86.86%53.73%-
XYZ10.675.811.27-
YUV53.92109.42187.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.84%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=77.84%
G=10.23%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137182100.870.850.46358.4976.7730.39
Hex891215057552E1664d1e
Octal211222501271255654611536
Binary100010011001010101010101111010101101110101100110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891215; }

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

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

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

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

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

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

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

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