#891317

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

Shades of Sangria #891317

Tints of Sangria #891317

Color information

#891317 (or 0x891317) is unknown color: approx Sangria. HEX triplet: 89, 13 and 17. RGB value is (137,19,23). Sum of RGB (Red+Green+Blue) = 137+19+23=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #891317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891317 is #76ECE8. Grayscale: #363636. Windows color (decimal): -7793897 or 1512329. OLE color: 1512329.

HSL color Cylindrical-coordinate representation of color #891317: hue angle of 357.97º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891317 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB1371923-
CMYK00.860.830.46
HSL357.97º75.64%30.59%-
HSV(B)357.97º86.13%53.73%-
XYZ10.75.851.37-
YUV54.74110.09186.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 23 (9.38% from 255) = 12.85%
R=76.54%
G=10.61%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137192300.860.830.46357.9775.6430.59
Hex891317056532E1664c1f
Octal211232701261235654611437
Binary100010011001110111010101101010011101110101100110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891317; }

 p { color: rgb(137,19,23); }

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

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

 a { background-color: rgb(137,19,23); }

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

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

 span { border-color: rgb(137,19,23); }

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