Html Css Color HEX #89153C Shiraz

📋 copy color: '#89153C'

red 137 ◦ green 21 ◦ blue 60

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

Shades of Shiraz #89153C

Tints of Shiraz #89153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.52%

R = 62.84%
G = 9.63%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89153C (or 0x89153C) is known color: Shiraz. HEX triplet: 89, 15 and 3C. RGB value is (137,21,60). Sum of RGB (Red+Green+Blue) = 137+21+60=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89153C is #76EAC3. Grayscale: #3C3C3C. Windows color (decimal): -7793348 or 3937673. OLE color: 3937673.

HSL color Cylindrical-coordinate representation of color #89153C: hue angle of 339.83º 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 #89153C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 21 60 -
CMYK 0 0.85 0.56 0.46
HSL 339.83º 0.73% 0.31% -
HSV(B) 339.83º 0.85% 0.54% -
XYZ 11.4 6.18 4.87 -
YUV 60.13 127.93 182.83 -
System Red Green Blue C M Y K H S L
Decimal 137 21 60 0 0.85 0.56 0.46 339.83 0.73 0.31
Hex 89 15 3C 0 55 38 2E 154 49 1F
Octal 211 25 74 0 125 70 56 524 111 37
Binary 10001001 10101 111100 0 1010101 111000 101110 101010100 1001001 11111

Color Harmonies of #89153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89153C

Black with #89153C

Text Example


Text Example

White with #89153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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