Html Css Color HEX #89293D Shiraz

📋 copy color: '#89293D'

red 137 ◦ green 41 ◦ blue 61

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

Shades of Shiraz #89293D

Tints of Shiraz #89293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 57.32%
G = 17.15%
B = 25.52%

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

#89293D (or 0x89293D) is known color: Shiraz. HEX triplet: 89, 29 and 3D. RGB value is (137,41,61). Sum of RGB (Red+Green+Blue) = 137+41+61=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #89293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89293D is #76D6C2. Grayscale: #474747. Windows color (decimal): -7788227 or 4008329. OLE color: 4008329.

HSL color Cylindrical-coordinate representation of color #89293D: hue angle of 347.5º 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 #89293D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 61 -
CMYK 0 0.70 0.55 0.46
HSL 347.5º 0.54% 0.35% -
HSV(B) 347.5º 0.7% 0.54% -
XYZ 11.95 7.24 5.18 -
YUV 71.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 137 41 61 0 0.70 0.55 0.46 347.5 0.54 0.35
Hex 89 29 3D 0 46 37 2E 15C 36 23
Octal 211 51 75 0 106 67 56 534 66 43
Binary 10001001 101001 111101 0 1000110 110111 101110 101011100 110110 100011

Color Harmonies of #89293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89293D

Black with #89293D

Text Example


Text Example

White with #89293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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