Html Css Color HEX #89273B Shiraz

📋 copy color: '#89273B'

red 137 ◦ green 39 ◦ blue 59

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

Shades of Shiraz #89273B

Tints of Shiraz #89273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

 BLUE value IS 59 (23.44% from 255) = 25.11%

R = 58.3%
G = 16.6%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89273B (or 0x89273B) is known color: Shiraz. HEX triplet: 89, 27 and 3B. RGB value is (137,39,59). Sum of RGB (Red+Green+Blue) = 137+39+59=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89273B is #76D8C4. Grayscale: #464646. Windows color (decimal): -7788741 or 3876745. OLE color: 3876745.

HSL color Cylindrical-coordinate representation of color #89273B: hue angle of 347.76º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89273B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 39 59 -
CMYK 0 0.72 0.57 0.46
HSL 347.76º 0.56% 0.35% -
HSV(B) 347.76º 0.72% 0.54% -
XYZ 11.83 7.09 4.88 -
YUV 70.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 137 39 59 0 0.72 0.57 0.46 347.76 0.56 0.35
Hex 89 27 3B 0 48 39 2E 15C 38 23
Octal 211 47 73 0 110 71 56 534 70 43
Binary 10001001 100111 111011 0 1001000 111001 101110 101011100 111000 100011

Color Harmonies of #89273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89273B

Black with #89273B

Text Example


Text Example

White with #89273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89273B; }

 p { color: rgb(137,39,59); }

 H1.HeaderClassName
 {
   color: #89273B;
 }
 .AnyTagClassName
 {
   color: #89273B;
 }
</style>

background-color css

<style>
 a { background-color: #89273B; }

 a { background-color: rgb(137,39,59); }

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

border-color css

<style>
 span { border-color: #89273B; }

 span { border-color: rgb(137,39,59); }

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