#891213

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

Shades of Sangria #891213

Tints of Sangria #891213

Color information

#891213 (or 0x891213) is unknown color: approx Sangria. HEX triplet: 89, 12 and 13. RGB value is (137,18,19). Sum of RGB (Red+Green+Blue) = 137+18+19=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #891213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891213 is #76EDEC. Grayscale: #353535. Windows color (decimal): -7794157 or 1249929. OLE color: 1249929.

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

Color convert

RGB1371819-
CMYK00.870.860.46
HSL359.5º76.77%30.39%-
HSV(B)359.5º86.86%53.73%-
XYZ10.655.81.17-
YUV53.69108.42187.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.74%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=78.74%
G=10.34%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137181900.870.860.46359.576.7730.39
Hex891213057562E1674d1e
Octal211222301271265654711536
Binary100010011001010011010101111010110101110101100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891213; }

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

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

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

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

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

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

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

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