#89010F

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

Shades of Sangria #89010F

Tints of Sangria #89010F

Color information

#89010F (or 0x89010F) is unknown color: approx Sangria. HEX triplet: 89, 01 and 0F. RGB value is (137,1,15). Sum of RGB (Red+Green+Blue) = 137+1+15=153 (20% of max value = 765). Red value is 137 (53.91% from 255 or 89.54% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 137 - color contains mainly: red. Hex color #89010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89010F is #76FEF0. Grayscale: #2B2B2B. Windows color (decimal): -7798513 or 983433. OLE color: 983433.

HSL color Cylindrical-coordinate representation of color #89010F: hue angle of 353.82º 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 #89010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB137115-
CMYK00.990.890.46
HSL353.82º98.55%27.06%-
HSV(B)353.82º99.27%53.73%-
XYZ10.415.370.94-
YUV43.26112.06194.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 89.54%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=89.54%
G=0.65%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711500.990.890.46353.8298.5527.06
Hex891F063592E162631b
Octal21111701431315654214333
Binary1000100111111011000111011001101110101100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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