#892C36

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

Shades of Shiraz #892C36

Tints of Shiraz #892C36

Color information

#892C36 (or 0x892C36) is unknown color: approx Shiraz. HEX triplet: 89, 2C and 36. RGB value is (137,44,54). Sum of RGB (Red+Green+Blue) = 137+44+54=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #892C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C36 is #76D3C9. Grayscale: #494949. Windows color (decimal): -7787466 or 3550345. OLE color: 3550345.

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

Color convert

RGB1374454-
CMYK00.680.610.46
HSL353.55º51.38%35.49%-
HSV(B)353.55º67.88%53.73%-
XYZ11.887.394.29-
YUV72.95117.31173.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=58.30%
G=18.72%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137445400.680.610.46353.5551.3835.49
Hex892C360443D2E1623323
Octal2115466010475565426343
Binary1000100110110011011001000100111101101110101100010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892C36; }

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

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

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

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

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

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

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

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