#89263C

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

Shades of Shiraz #89263C

Tints of Shiraz #89263C

Color information

#89263C (or 0x89263C) is unknown color: approx Shiraz. HEX triplet: 89, 26 and 3C. RGB value is (137,38,60). Sum of RGB (Red+Green+Blue) = 137+38+60=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89263C is #76D9C3. Grayscale: #464646. Windows color (decimal): -7788996 or 3942025. OLE color: 3942025.

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

Color convert

RGB1373860-
CMYK00.720.560.46
HSL346.67º56.57%34.31%-
HSV(B)346.67º72.26%53.73%-
XYZ11.837.035.01-
YUV70.11122.3175.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=58.30%
G=16.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137386000.720.560.46346.6756.5734.31
Hex89263C048382E15b3922
Octal2114674011070565337142
Binary1000100110011011110001001000111000101110101011011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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