#892036

Color #892036 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #892036

Tints of Shiraz #892036

Color information

#892036 (or 0x892036) is unknown color: approx Shiraz. HEX triplet: 89, 20 and 36. RGB value is (137,32,54). Sum of RGB (Red+Green+Blue) = 137+32+54=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #892036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892036 is #76DFC9. Grayscale: #414141. Windows color (decimal): -7790538 or 3547273. OLE color: 3547273.

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

Color convert

RGB1373254-
CMYK00.770.610.46
HSL347.43º62.13%33.14%-
HSV(B)347.43º76.64%53.73%-
XYZ11.56.624.16-
YUV65.9121.29178.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.43%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=61.43%
G=14.35%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137325400.770.610.46347.4362.1333.14
Hex89203604D3D2E15b3e21
Octal2114066011575565337641
Binary1000100110000011011001001101111101101110101011011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892036; }

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

 H1.HeaderClassName
 {
   color: #892036;
 }
 .AnyTagClassName
 {
   color: #892036;
 }
</style>
background-color css

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

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

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

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

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

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