#89283b

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

Shades of Shiraz #89283B

Tints of Shiraz #89283B

Color information

#89283B (or 0x89283B) is unknown color: approx Shiraz. HEX triplet: 89, 28 and 3B. RGB value is (137,40,59). Sum of RGB (Red+Green+Blue) = 137+40+59=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89283B is #76D7C4. Grayscale: #474747. Windows color (decimal): -7788485 or 3877001. OLE color: 3877001.

HSL color Cylindrical-coordinate representation of color #89283B: hue angle of 348.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89283B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1374059-
CMYK00.710.570.46
HSL348.25º54.8%34.71%-
HSV(B)348.25º70.8%53.73%-
XYZ11.867.154.89-
YUV71.17121.14174.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 59 (23.44% from 255) = 25%
R=58.05%
G=16.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137405900.710.570.46348.2554.834.71
Hex89283B047392E15c3723
Octal2115073010771565346743
Binary1000100110100011101101000111111001101110101011100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89283b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89283b; }

 p { color: rgb(137,40,59); }

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

<style>
 a { background-color: #89283b; }

 a { background-color: rgb(137,40,59); }

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

<style>
 span { border-color: #89283b; }

 span { border-color: rgb(137,40,59); }

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