#891015

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

Shades of Sangria #891015

Tints of Sangria #891015

Color information

#891015 (or 0x891015) is unknown color: approx Sangria. HEX triplet: 89, 10 and 15. RGB value is (137,16,21). Sum of RGB (Red+Green+Blue) = 137+16+21=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #891015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891015 is #76EFEA. Grayscale: #343434. Windows color (decimal): -7794667 or 1380489. OLE color: 1380489.

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

Color convert

RGB1371621-
CMYK00.880.850.46
HSL357.52º79.08%30%-
HSV(B)357.52º88.32%53.73%-
XYZ10.645.741.26-
YUV52.75110.09188.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.74%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=78.74%
G=9.20%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137162100.880.850.46357.5279.0830
Hex891015058552E1664f1e
Octal211202501301255654611736
Binary100010011000010101010110001010101101110101100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891015; }

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

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

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

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

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

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

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

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