Html Css Color HEX #89133C Shiraz

📋 copy color: '#89133C'

red 137 ◦ green 19 ◦ blue 60

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

Shades of Shiraz #89133C

Tints of Shiraz #89133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.8%

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

R = 63.43%
G = 8.8%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89133C (or 0x89133C) is known color: Shiraz. HEX triplet: 89, 13 and 3C. RGB value is (137,19,60). Sum of RGB (Red+Green+Blue) = 137+19+60=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89133C is #76ECC3. Grayscale: #3A3A3A. Windows color (decimal): -7793860 or 3937161. OLE color: 3937161.

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

Color convert

RGB 137 19 60 -
CMYK 0 0.86 0.56 0.46
HSL 339.15º 0.76% 0.31% -
HSV(B) 339.15º 0.86% 0.54% -
XYZ 11.37 6.11 4.86 -
YUV 58.96 128.59 183.67 -
System Red Green Blue C M Y K H S L
Decimal 137 19 60 0 0.86 0.56 0.46 339.15 0.76 0.31
Hex 89 13 3C 0 56 38 2E 153 4C 1F
Octal 211 23 74 0 126 70 56 523 114 37
Binary 10001001 10011 111100 0 1010110 111000 101110 101010011 1001100 11111

Color Harmonies of #89133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89133C

Black with #89133C

Text Example


Text Example

White with #89133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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