#89243C

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

Shades of Shiraz #89243C

Tints of Shiraz #89243C

Color information

#89243C (or 0x89243C) is unknown color: approx Shiraz. HEX triplet: 89, 24 and 3C. RGB value is (137,36,60). Sum of RGB (Red+Green+Blue) = 137+36+60=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89243C is #76DBC3. Grayscale: #444444. Windows color (decimal): -7789508 or 3941513. OLE color: 3941513.

HSL color Cylindrical-coordinate representation of color #89243C: hue angle of 345.74º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89243C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1373660-
CMYK00.740.560.46
HSL345.74º58.38%33.92%-
HSV(B)345.74º73.72%53.73%-
XYZ11.766.914.99-
YUV68.94122.96176.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=58.80%
G=15.45%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137366000.740.560.46345.7458.3833.92
Hex89243C04A382E15a3a22
Octal2114474011270565327242
Binary1000100110010011110001001010111000101110101011010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89243C; }

 p { color: rgb(137,36,60); }

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

<style>
 a { background-color: #89243C; }

 a { background-color: rgb(137,36,60); }

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

<style>
 span { border-color: #89243C; }

 span { border-color: rgb(137,36,60); }

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