Html Css Color HEX #89203F Shiraz

📋 copy color: '#89203F'

red 137 ◦ green 32 ◦ blue 63

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

Shades of Shiraz #89203F

Tints of Shiraz #89203F

RGB

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

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

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

R = 59.05%
G = 13.79%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89203F (or 0x89203F) is known color: Shiraz. HEX triplet: 89, 20 and 3F. RGB value is (137,32,63). Sum of RGB (Red+Green+Blue) = 137+32+63=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89203F is #76DFC0. Grayscale: #424242. Windows color (decimal): -7790529 or 4137097. OLE color: 4137097.

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

Color convert

RGB 137 32 63 -
CMYK 0 0.77 0.54 0.46
HSL 342.29º 0.62% 0.33% -
HSV(B) 342.29º 0.77% 0.54% -
XYZ 11.73 6.71 5.38 -
YUV 66.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 137 32 63 0 0.77 0.54 0.46 342.29 0.62 0.33
Hex 89 20 3F 0 4D 36 2E 156 3E 21
Octal 211 40 77 0 115 66 56 526 76 41
Binary 10001001 100000 111111 0 1001101 110110 101110 101010110 111110 100001

Color Harmonies of #89203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89203F

Black with #89203F

Text Example


Text Example

White with #89203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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