#89283F

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

Shades of Shiraz #89283F

Tints of Shiraz #89283F

Color information

#89283F (or 0x89283F) is unknown color: approx Shiraz. HEX triplet: 89, 28 and 3F. RGB value is (137,40,63). Sum of RGB (Red+Green+Blue) = 137+40+63=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #89283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89283F is #76D7C0. Grayscale: #474747. Windows color (decimal): -7788481 or 4139145. OLE color: 4139145.

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

Color convert

RGB1374063-
CMYK00.710.540.46
HSL345.77º54.8%34.71%-
HSV(B)345.77º70.8%53.73%-
XYZ11.977.195.46-
YUV71.62123.14174.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 63 (25% from 255) = 26.25%
R=57.08%
G=16.67%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137406300.710.540.46345.7754.834.71
Hex89283F047362E15a3723
Octal2115077010766565326743
Binary1000100110100011111101000111110110101110101011010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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