#89060C

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

Shades of Sangria #89060C

Tints of Sangria #89060C

Color information

#89060C (or 0x89060C) is unknown color: approx Sangria. HEX triplet: 89, 06 and 0C. RGB value is (137,6,12). Sum of RGB (Red+Green+Blue) = 137+6+12=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #89060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89060C is #76F9F3. Grayscale: #2D2D2D. Windows color (decimal): -7797236 or 788105. OLE color: 788105.

HSL color Cylindrical-coordinate representation of color #89060C: hue angle of 357.25º degrees, saturation: 0.92, 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 #89060C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB137612-
CMYK00.960.910.46
HSL357.25º91.61%28.04%-
HSV(B)357.25º95.62%53.73%-
XYZ10.455.480.85-
YUV45.85108.9193.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 88.39%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 12 (5.08% from 255) = 7.74%
R=88.39%
G=3.87%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13761200.960.910.46357.2591.6128.04
Hex896C0605B2E1655c1c
Octal21161401401335654513434
Binary100010011101100011000001011011101110101100101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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