#89263b

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

Shades of Shiraz #89263B

Tints of Shiraz #89263B

Color information

#89263B (or 0x89263B) is unknown color: approx Shiraz. HEX triplet: 89, 26 and 3B. RGB value is (137,38,59). Sum of RGB (Red+Green+Blue) = 137+38+59=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89263B is #76D9C4. Grayscale: #464646. Windows color (decimal): -7788997 or 3876489. OLE color: 3876489.

HSL color Cylindrical-coordinate representation of color #89263B: hue angle of 347.27º 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 #89263B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1373859-
CMYK00.720.570.46
HSL347.27º56.57%34.31%-
HSV(B)347.27º72.26%53.73%-
XYZ11.87.024.87-
YUV70121.8175.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.55%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=58.55%
G=16.24%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137385900.720.570.46347.2756.5734.31
Hex89263B048392E15b3922
Octal2114673011071565337142
Binary1000100110011011101101001000111001101110101011011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89263b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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