#891617

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

Shades of Sangria #891617

Tints of Sangria #891617

Color information

#891617 (or 0x891617) is unknown color: approx Sangria. HEX triplet: 89, 16 and 17. RGB value is (137,22,23). Sum of RGB (Red+Green+Blue) = 137+22+23=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #891617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891617 is #76E9E8. Grayscale: #383838. Windows color (decimal): -7793129 or 1513097. OLE color: 1513097.

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

Color convert

RGB1372223-
CMYK00.840.830.46
HSL359.48º72.33%31.18%-
HSV(B)359.48º83.94%53.73%-
XYZ10.765.951.39-
YUV56.5109.1185.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 75.27%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=75.27%
G=12.09%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137222300.840.830.46359.4872.3331.18
Hex891617054532E167481f
Octal211262701241235654711037
Binary100010011011010111010101001010011101110101100111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891617; }

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

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

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

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

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

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

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

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