#89050F

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

Shades of Sangria #89050F

Tints of Sangria #89050F

Color information

#89050F (or 0x89050F) is unknown color: approx Sangria. HEX triplet: 89, 05 and 0F. RGB value is (137,5,15). Sum of RGB (Red+Green+Blue) = 137+5+15=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #89050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89050F is #76FAF0. Grayscale: #2D2D2D. Windows color (decimal): -7797489 or 984457. OLE color: 984457.

HSL color Cylindrical-coordinate representation of color #89050F: hue angle of 355.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89050F is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB137515-
CMYK00.960.890.46
HSL355.45º92.96%27.84%-
HSV(B)355.45º96.35%53.73%-
XYZ10.465.460.95-
YUV45.61110.73193.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 87.26%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=87.26%
G=3.18%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13751500.960.890.46355.4592.9627.84
Hex895F060592E1635d1c
Octal21151701401315654313534
Binary100010011011111011000001011001101110101100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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