Html Css Color HEX #892536 Shiraz

📋 copy color: '#892536'

red 137 ◦ green 37 ◦ blue 54

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

Shades of Shiraz #892536

Tints of Shiraz #892536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.68%

R = 60.09%
G = 16.23%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#892536 (or 0x892536) is known color: Shiraz. HEX triplet: 89, 25 and 36. RGB value is (137,37,54). Sum of RGB (Red+Green+Blue) = 137+37+54=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #892536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892536 is #76DAC9. Grayscale: #444444. Windows color (decimal): -7789258 or 3548553. OLE color: 3548553.

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

Color convert

RGB 137 37 54 -
CMYK 0 0.73 0.61 0.46
HSL 349.8º 0.57% 0.34% -
HSV(B) 349.8º 0.73% 0.54% -
XYZ 11.64 6.91 4.21 -
YUV 68.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 137 37 54 0 0.73 0.61 0.46 349.8 0.57 0.34
Hex 89 25 36 0 49 3D 2E 15E 39 22
Octal 211 45 66 0 111 75 56 536 71 42
Binary 10001001 100101 110110 0 1001001 111101 101110 101011110 111001 100010

Color Harmonies of #892536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892536

Black with #892536

Text Example


Text Example

White with #892536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892536; }

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

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

background-color css

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

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

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

border-color css

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

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

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