Html Css Color HEX #89213F Shiraz

📋 copy color: '#89213F'

red 137 ◦ green 33 ◦ blue 63

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

Shades of Shiraz #89213F

Tints of Shiraz #89213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.04%

R = 58.8%
G = 14.16%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89213F (or 0x89213F) is known color: Shiraz. HEX triplet: 89, 21 and 3F. RGB value is (137,33,63). Sum of RGB (Red+Green+Blue) = 137+33+63=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89213F is #76DEC0. Grayscale: #434343. Windows color (decimal): -7790273 or 4137353. OLE color: 4137353.

HSL color Cylindrical-coordinate representation of color #89213F: hue angle of 342.69º 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 #89213F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 63 -
CMYK 0 0.76 0.54 0.46
HSL 342.69º 0.61% 0.33% -
HSV(B) 342.69º 0.76% 0.54% -
XYZ 11.76 6.76 5.39 -
YUV 67.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 137 33 63 0 0.76 0.54 0.46 342.69 0.61 0.33
Hex 89 21 3F 0 4C 36 2E 157 3D 21
Octal 211 41 77 0 114 66 56 527 75 41
Binary 10001001 100001 111111 0 1001100 110110 101110 101010111 111101 100001

Color Harmonies of #89213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89213F

Black with #89213F

Text Example


Text Example

White with #89213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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