#89183D

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

Shades of Shiraz #89183D

Tints of Shiraz #89183D

Color information

#89183D (or 0x89183D) is unknown color: approx Shiraz. HEX triplet: 89, 18 and 3D. RGB value is (137,24,61). Sum of RGB (Red+Green+Blue) = 137+24+61=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89183D is #76E7C2. Grayscale: #3D3D3D. Windows color (decimal): -7792579 or 4003977. OLE color: 4003977.

HSL color Cylindrical-coordinate representation of color #89183D: hue angle of 340.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89183D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB1372461-
CMYK00.820.550.46
HSL340.35º70.19%31.57%-
HSV(B)340.35º82.48%53.73%-
XYZ11.496.315.03-
YUV62127.44181.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.71%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=61.71%
G=10.81%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137246100.820.550.46340.3570.1931.57
Hex89183D052372E1544620
Octal21130750122675652410640
Binary1000100111000111101010100101101111011101010101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89183D; }

 p { color: rgb(137,24,61); }

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

<style>
 a { background-color: #89183D; }

 a { background-color: rgb(137,24,61); }

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

<style>
 span { border-color: #89183D; }

 span { border-color: rgb(137,24,61); }

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