#890F3C

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

Shades of Shiraz #890F3C

Tints of Shiraz #890F3C

Color information

#890F3C (or 0x890F3C) is unknown color: approx Shiraz. HEX triplet: 89, 0F and 3C. RGB value is (137,15,60). Sum of RGB (Red+Green+Blue) = 137+15+60=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #890F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F3C is #76F0C3. Grayscale: #383838. Windows color (decimal): -7794884 or 3936137. OLE color: 3936137.

HSL color Cylindrical-coordinate representation of color #890F3C: hue angle of 337.87º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F3C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1371560-
CMYK00.890.560.46
HSL337.87º80.26%29.8%-
HSV(B)337.87º89.05%53.73%-
XYZ11.35.994.83-
YUV56.61129.92185.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.62%
GREEN value IS 15 (6.25% from 255) = 7.08%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=64.62%
G=7.08%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137156000.890.560.46337.8780.2629.8
Hex89F3C059382E152501e
Octal21117740131705652212036
Binary10001001111111110001011001111000101110101010010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890F3C; }

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

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

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

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

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

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

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

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