#89283A

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

Shades of Shiraz #89283A

Tints of Shiraz #89283A

Color information

#89283A (or 0x89283A) is unknown color: approx Shiraz. HEX triplet: 89, 28 and 3A. RGB value is (137,40,58). Sum of RGB (Red+Green+Blue) = 137+40+58=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89283A is #76D7C5. Grayscale: #474747. Windows color (decimal): -7788486 or 3811465. OLE color: 3811465.

HSL color Cylindrical-coordinate representation of color #89283A: hue angle of 348.87º 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 #89283A is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1374058-
CMYK00.710.580.46
HSL348.87º54.8%34.71%-
HSV(B)348.87º70.8%53.73%-
XYZ11.847.144.76-
YUV71.05120.64175.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=58.30%
G=17.02%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137405800.710.580.46348.8754.834.71
Hex89283A0473A2E15d3723
Octal2115072010772565356743
Binary1000100110100011101001000111111010101110101011101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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