Html Css Color HEX #89163B Shiraz

📋 copy color: '#89163B'

red 137 ◦ green 22 ◦ blue 59

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

Shades of Shiraz #89163B

Tints of Shiraz #89163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 62.84%
G = 10.09%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89163B (or 0x89163B) is known color: Shiraz. HEX triplet: 89, 16 and 3B. RGB value is (137,22,59). Sum of RGB (Red+Green+Blue) = 137+22+59=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89163B is #76E9C4. Grayscale: #3C3C3C. Windows color (decimal): -7793093 or 3872393. OLE color: 3872393.

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

Color convert

RGB 137 22 59 -
CMYK 0 0.84 0.57 0.46
HSL 340.7º 0.72% 0.31% -
HSV(B) 340.7º 0.84% 0.54% -
XYZ 11.39 6.21 4.74 -
YUV 60.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 137 22 59 0 0.84 0.57 0.46 340.7 0.72 0.31
Hex 89 16 3B 0 54 39 2E 155 48 1F
Octal 211 26 73 0 124 71 56 525 110 37
Binary 10001001 10110 111011 0 1010100 111001 101110 101010101 1001000 11111

Color Harmonies of #89163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89163B

Black with #89163B

Text Example


Text Example

White with #89163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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