#891216

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

Shades of Sangria #891216

Tints of Sangria #891216

Color information

#891216 (or 0x891216) is unknown color: approx Sangria. HEX triplet: 89, 12 and 16. RGB value is (137,18,22). Sum of RGB (Red+Green+Blue) = 137+18+22=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #891216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891216 is #76EDE9. Grayscale: #363636. Windows color (decimal): -7794154 or 1446537. OLE color: 1446537.

HSL color Cylindrical-coordinate representation of color #891216: hue angle of 357.98º 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 #891216 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1371822-
CMYK00.870.840.46
HSL357.98º76.77%30.39%-
HSV(B)357.98º86.86%53.73%-
XYZ10.685.811.32-
YUV54.04109.92187.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.40%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=77.40%
G=10.17%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137182200.870.840.46357.9876.7730.39
Hex891216057542E1664d1e
Octal211222601271245654611536
Binary100010011001010110010101111010100101110101100110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891216; }

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

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

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

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

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

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

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

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