Html Css Color HEX #892237 Shiraz

📋 copy color: '#892237'

red 137 ◦ green 34 ◦ blue 55

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

Shades of Shiraz #892237

Tints of Shiraz #892237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

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

R = 60.62%
G = 15.04%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#892237 (or 0x892237) is known color: Shiraz. HEX triplet: 89, 22 and 37. RGB value is (137,34,55). Sum of RGB (Red+Green+Blue) = 137+34+55=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #892237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892237 is #76DDC8. Grayscale: #434343. Windows color (decimal): -7790025 or 3613321. OLE color: 3613321.

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

Color convert

RGB 137 34 55 -
CMYK 0 0.75 0.60 0.46
HSL 347.77º 0.6% 0.34% -
HSV(B) 347.77º 0.75% 0.54% -
XYZ 11.58 6.74 4.3 -
YUV 67.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 137 34 55 0 0.75 0.60 0.46 347.77 0.6 0.34
Hex 89 22 37 0 4B 3C 2E 15C 3C 22
Octal 211 42 67 0 113 74 56 534 74 42
Binary 10001001 100010 110111 0 1001011 111100 101110 101011100 111100 100010

Color Harmonies of #892237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892237

Black with #892237

Text Example


Text Example

White with #892237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892237; }

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

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

background-color css

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

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

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

border-color css

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

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

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