Html Css Color HEX #89153B Shiraz

📋 copy color: '#89153B'

red 137 ◦ green 21 ◦ blue 59

#89153B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #89153B

Tints of Shiraz #89153B

RGB

 RED value IS 137 (53.91% from 255) = 63.13%

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 59 (23.44% from 255) = 27.19%

R = 63.13%
G = 9.68%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89153B (or 0x89153B) is known color: Shiraz. HEX triplet: 89, 15 and 3B. RGB value is (137,21,59). Sum of RGB (Red+Green+Blue) = 137+21+59=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #89153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89153B is #76EAC4. Grayscale: #3B3B3B. Windows color (decimal): -7793349 or 3872137. OLE color: 3872137.

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

Color convert

RGB 137 21 59 -
CMYK 0 0.85 0.57 0.46
HSL 340.34º 0.73% 0.31% -
HSV(B) 340.34º 0.85% 0.54% -
XYZ 11.37 6.17 4.73 -
YUV 60.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 137 21 59 0 0.85 0.57 0.46 340.34 0.73 0.31
Hex 89 15 3B 0 55 39 2E 154 49 1F
Octal 211 25 73 0 125 71 56 524 111 37
Binary 10001001 10101 111011 0 1010101 111001 101110 101010100 1001001 11111

Color Harmonies of #89153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89153B

Black with #89153B

Text Example


Text Example

White with #89153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89153B; }

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

 H1.HeaderClassName
 {
   color: #89153B;
 }
 .AnyTagClassName
 {
   color: #89153B;
 }
</style>

background-color css

<style>
 a { background-color: #89153B; }

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

 div.DivClassName
 {
   background-color: #89153B;
 }
 .BgClassName
 {
   background-color: #89153B;
 }
</style>

border-color css

<style>
 span { border-color: #89153B; }

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

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