Html Css Color HEX #89303F Shiraz

📋 copy color: '#89303F'

red 137 ◦ green 48 ◦ blue 63

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

Shades of Shiraz #89303F

Tints of Shiraz #89303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 55.24%
G = 19.35%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89303F (or 0x89303F) is known color: Shiraz. HEX triplet: 89, 30 and 3F. RGB value is (137,48,63). Sum of RGB (Red+Green+Blue) = 137+48+63=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89303F is #76CFC0. Grayscale: #4C4C4C. Windows color (decimal): -7786433 or 4141193. OLE color: 4141193.

HSL color Cylindrical-coordinate representation of color #89303F: hue angle of 349.89º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89303F is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 63 -
CMYK 0 0.65 0.54 0.46
HSL 349.89º 0.48% 0.36% -
HSV(B) 349.89º 0.65% 0.54% -
XYZ 12.27 7.79 5.56 -
YUV 76.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 137 48 63 0 0.65 0.54 0.46 349.89 0.48 0.36
Hex 89 30 3F 0 41 36 2E 15E 30 24
Octal 211 60 77 0 101 66 56 536 60 44
Binary 10001001 110000 111111 0 1000001 110110 101110 101011110 110000 100100

Color Harmonies of #89303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89303F

Black with #89303F

Text Example


Text Example

White with #89303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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