Html Css Color HEX #89253F Shiraz

📋 copy color: '#89253F'

red 137 ◦ green 37 ◦ blue 63

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

Shades of Shiraz #89253F

Tints of Shiraz #89253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 57.81%
G = 15.61%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89253F (or 0x89253F) is known color: Shiraz. HEX triplet: 89, 25 and 3F. RGB value is (137,37,63). Sum of RGB (Red+Green+Blue) = 137+37+63=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #89253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89253F is #76DAC0. Grayscale: #454545. Windows color (decimal): -7789249 or 4138377. OLE color: 4138377.

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

Color convert

RGB 137 37 63 -
CMYK 0 0.73 0.54 0.46
HSL 344.4º 0.57% 0.34% -
HSV(B) 344.4º 0.73% 0.54% -
XYZ 11.88 7 5.43 -
YUV 69.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 137 37 63 0 0.73 0.54 0.46 344.4 0.57 0.34
Hex 89 25 3F 0 49 36 2E 158 39 22
Octal 211 45 77 0 111 66 56 530 71 42
Binary 10001001 100101 111111 0 1001001 110110 101110 101011000 111001 100010

Color Harmonies of #89253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89253F

Black with #89253F

Text Example


Text Example

White with #89253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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