Html Css Color HEX #89293E Shiraz

📋 copy color: '#89293E'

red 137 ◦ green 41 ◦ blue 62

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

Shades of Shiraz #89293E

Tints of Shiraz #89293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 57.08%
G = 17.08%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89293E (or 0x89293E) is known color: Shiraz. HEX triplet: 89, 29 and 3E. RGB value is (137,41,62). Sum of RGB (Red+Green+Blue) = 137+41+62=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #89293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89293E is #76D6C1. Grayscale: #484848. Windows color (decimal): -7788226 or 4073865. OLE color: 4073865.

HSL color Cylindrical-coordinate representation of color #89293E: hue angle of 346.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89293E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 62 -
CMYK 0 0.70 0.55 0.46
HSL 346.88º 0.54% 0.35% -
HSV(B) 346.88º 0.7% 0.54% -
XYZ 11.98 7.25 5.33 -
YUV 72.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 137 41 62 0 0.70 0.55 0.46 346.88 0.54 0.35
Hex 89 29 3E 0 46 37 2E 15B 36 23
Octal 211 51 76 0 106 67 56 533 66 43
Binary 10001001 101001 111110 0 1000110 110111 101110 101011011 110110 100011

Color Harmonies of #89293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89293E

Black with #89293E

Text Example


Text Example

White with #89293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89293E; }

 p { color: rgb(137,41,62); }

 H1.HeaderClassName
 {
   color: #89293E;
 }
 .AnyTagClassName
 {
   color: #89293E;
 }
</style>

background-color css

<style>
 a { background-color: #89293E; }

 a { background-color: rgb(137,41,62); }

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

border-color css

<style>
 span { border-color: #89293E; }

 span { border-color: rgb(137,41,62); }

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