Html Css Color HEX #892136 Shiraz

📋 copy color: '#892136'

red 137 ◦ green 33 ◦ blue 54

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

Shades of Shiraz #892136

Tints of Shiraz #892136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 61.16%
G = 14.73%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#892136 (or 0x892136) is known color: Shiraz. HEX triplet: 89, 21 and 36. RGB value is (137,33,54). Sum of RGB (Red+Green+Blue) = 137+33+54=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #892136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892136 is #76DEC9. Grayscale: #424242. Windows color (decimal): -7790282 or 3547529. OLE color: 3547529.

HSL color Cylindrical-coordinate representation of color #892136: hue angle of 347.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892136 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 54 -
CMYK 0 0.76 0.61 0.46
HSL 347.88º 0.61% 0.33% -
HSV(B) 347.88º 0.76% 0.54% -
XYZ 11.53 6.67 4.17 -
YUV 66.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 137 33 54 0 0.76 0.61 0.46 347.88 0.61 0.33
Hex 89 21 36 0 4C 3D 2E 15C 3D 21
Octal 211 41 66 0 114 75 56 534 75 41
Binary 10001001 100001 110110 0 1001100 111101 101110 101011100 111101 100001

Color Harmonies of #892136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892136

Black with #892136

Text Example


Text Example

White with #892136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892136; }

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

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

background-color css

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

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

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

border-color css

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

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

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