#89010C

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

Shades of Sangria #89010C

Tints of Sangria #89010C

Color information

#89010C (or 0x89010C) is unknown color: approx Sangria. HEX triplet: 89, 01 and 0C. RGB value is (137,1,12). Sum of RGB (Red+Green+Blue) = 137+1+12=150 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 137 - color contains mainly: red. Hex color #89010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89010C is #76FEF3. Grayscale: #2B2B2B. Windows color (decimal): -7798516 or 786825. OLE color: 786825.

HSL color Cylindrical-coordinate representation of color #89010C: hue angle of 355.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB137112-
CMYK00.990.910.46
HSL355.15º98.55%27.06%-
HSV(B)355.15º99.27%53.73%-
XYZ10.395.370.84-
YUV42.92110.56195.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 91.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 12 (5.08% from 255) = 8%
R=91.33%
G=0.67%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711200.990.910.46355.1598.5527.06
Hex891C0635B2E163631b
Octal21111401431335654314333
Binary1000100111100011000111011011101110101100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89010C; }

 p { color: rgb(137,1,12); }

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

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

 a { background-color: rgb(137,1,12); }

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

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

 span { border-color: rgb(137,1,12); }

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