Html Css Color HEX #89212F Shiraz

📋 copy color: '#89212F'

red 137 ◦ green 33 ◦ blue 47

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

Shades of Shiraz #89212F

Tints of Shiraz #89212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

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

R = 63.13%
G = 15.21%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89212F (or 0x89212F) is known color: Shiraz. HEX triplet: 89, 21 and 2F. RGB value is (137,33,47). Sum of RGB (Red+Green+Blue) = 137+33+47=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #89212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89212F is #76DED0. Grayscale: #414141. Windows color (decimal): -7790289 or 3088777. OLE color: 3088777.

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

Color convert

RGB 137 33 47 -
CMYK 0 0.76 0.66 0.46
HSL 351.92º 0.61% 0.33% -
HSV(B) 351.92º 0.76% 0.54% -
XYZ 11.37 6.61 3.37 -
YUV 65.69 117.46 178.86 -
System Red Green Blue C M Y K H S L
Decimal 137 33 47 0 0.76 0.66 0.46 351.92 0.61 0.33
Hex 89 21 2F 0 4C 42 2E 160 3D 21
Octal 211 41 57 0 114 102 56 540 75 41
Binary 10001001 100001 101111 0 1001100 1000010 101110 101100000 111101 100001

Color Harmonies of #89212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89212F

Black with #89212F

Text Example


Text Example

White with #89212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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