Html Css Color HEX #89202F Shiraz

📋 copy color: '#89202F'

red 137 ◦ green 32 ◦ blue 47

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

Shades of Shiraz #89202F

Tints of Shiraz #89202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 63.43%
G = 14.81%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89202F (or 0x89202F) is known color: Shiraz. HEX triplet: 89, 20 and 2F. RGB value is (137,32,47). Sum of RGB (Red+Green+Blue) = 137+32+47=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89202F is #76DFD0. Grayscale: #414141. Windows color (decimal): -7790545 or 3088521. OLE color: 3088521.

HSL color Cylindrical-coordinate representation of color #89202F: hue angle of 351.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89202F is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 47 -
CMYK 0 0.77 0.66 0.46
HSL 351.43º 0.62% 0.33% -
HSV(B) 351.43º 0.77% 0.54% -
XYZ 11.35 6.56 3.36 -
YUV 65.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 137 32 47 0 0.77 0.66 0.46 351.43 0.62 0.33
Hex 89 20 2F 0 4D 42 2E 15F 3E 21
Octal 211 40 57 0 115 102 56 537 76 41
Binary 10001001 100000 101111 0 1001101 1000010 101110 101011111 111110 100001

Color Harmonies of #89202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89202F

Black with #89202F

Text Example


Text Example

White with #89202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89202F; }

 p { color: rgb(137,32,47); }

 H1.HeaderClassName
 {
   color: #89202F;
 }
 .AnyTagClassName
 {
   color: #89202F;
 }
</style>

background-color css

<style>
 a { background-color: #89202F; }

 a { background-color: rgb(137,32,47); }

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

border-color css

<style>
 span { border-color: #89202F; }

 span { border-color: rgb(137,32,47); }

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