Html Css Color HEX #892537 Shiraz

📋 copy color: '#892537'

red 137 ◦ green 37 ◦ blue 55

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

Shades of Shiraz #892537

Tints of Shiraz #892537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.02%

R = 59.83%
G = 16.16%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#892537 (or 0x892537) is known color: Shiraz. HEX triplet: 89, 25 and 37. RGB value is (137,37,55). Sum of RGB (Red+Green+Blue) = 137+37+55=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #892537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892537 is #76DAC8. Grayscale: #444444. Windows color (decimal): -7789257 or 3614089. OLE color: 3614089.

HSL color Cylindrical-coordinate representation of color #892537: hue angle of 349.2º 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 #892537 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 55 -
CMYK 0 0.73 0.60 0.46
HSL 349.2º 0.57% 0.34% -
HSV(B) 349.2º 0.73% 0.54% -
XYZ 11.67 6.92 4.33 -
YUV 68.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 137 37 55 0 0.73 0.60 0.46 349.2 0.57 0.34
Hex 89 25 37 0 49 3C 2E 15D 39 22
Octal 211 45 67 0 111 74 56 535 71 42
Binary 10001001 100101 110111 0 1001001 111100 101110 101011101 111001 100010

Color Harmonies of #892537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892537

Black with #892537

Text Example


Text Example

White with #892537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892537; }

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

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

background-color css

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

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

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

border-color css

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

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

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