Html Css Color HEX #89133B Shiraz

📋 copy color: '#89133B'

red 137 ◦ green 19 ◦ blue 59

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

Shades of Shiraz #89133B

Tints of Shiraz #89133B

RGB

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

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

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

R = 63.72%
G = 8.84%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89133B (or 0x89133B) is known color: Shiraz. HEX triplet: 89, 13 and 3B. RGB value is (137,19,59). Sum of RGB (Red+Green+Blue) = 137+19+59=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89133B is #76ECC4. Grayscale: #3A3A3A. Windows color (decimal): -7793861 or 3871625. OLE color: 3871625.

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

Color convert

RGB 137 19 59 -
CMYK 0 0.86 0.57 0.46
HSL 339.66º 0.76% 0.31% -
HSV(B) 339.66º 0.86% 0.54% -
XYZ 11.34 6.1 4.72 -
YUV 58.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 137 19 59 0 0.86 0.57 0.46 339.66 0.76 0.31
Hex 89 13 3B 0 56 39 2E 154 4C 1F
Octal 211 23 73 0 126 71 56 524 114 37
Binary 10001001 10011 111011 0 1010110 111001 101110 101010100 1001100 11111

Color Harmonies of #89133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89133B

Black with #89133B

Text Example


Text Example

White with #89133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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