#89253A

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

Shades of Shiraz #89253A

Tints of Shiraz #89253A

Color information

#89253A (or 0x89253A) is unknown color: approx Shiraz. HEX triplet: 89, 25 and 3A. RGB value is (137,37,58). Sum of RGB (Red+Green+Blue) = 137+37+58=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89253A is #76DAC5. Grayscale: #454545. Windows color (decimal): -7789254 or 3810697. OLE color: 3810697.

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

Color convert

RGB1373758-
CMYK00.730.580.46
HSL347.4º57.47%34.12%-
HSV(B)347.4º72.99%53.73%-
XYZ11.746.954.73-
YUV69.29121.63176.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 58 (23.05% from 255) = 25%
R=59.05%
G=15.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137375800.730.580.46347.457.4734.12
Hex89253A0493A2E15b3922
Octal2114572011172565337142
Binary1000100110010111101001001001111010101110101011011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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