#89283D

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

Shades of Shiraz #89283D

Tints of Shiraz #89283D

Color information

#89283D (or 0x89283D) is unknown color: approx Shiraz. HEX triplet: 89, 28 and 3D. RGB value is (137,40,61). Sum of RGB (Red+Green+Blue) = 137+40+61=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #89283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89283D is #76D7C2. Grayscale: #474747. Windows color (decimal): -7788483 or 4008073. OLE color: 4008073.

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

Color convert

RGB1374061-
CMYK00.710.550.46
HSL347.01º54.8%34.71%-
HSV(B)347.01º70.8%53.73%-
XYZ11.927.175.17-
YUV71.4122.14174.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.56%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=57.56%
G=16.81%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137406100.710.550.46347.0154.834.71
Hex89283D047372E15b3723
Octal2115075010767565336743
Binary1000100110100011110101000111110111101110101011011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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