#892C38

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

Shades of Shiraz #892C38

Tints of Shiraz #892C38

Color information

#892C38 (or 0x892C38) is unknown color: approx Shiraz. HEX triplet: 89, 2C and 38. RGB value is (137,44,56). Sum of RGB (Red+Green+Blue) = 137+44+56=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #892C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C38 is #76D3C7. Grayscale: #494949. Windows color (decimal): -7787464 or 3681417. OLE color: 3681417.

HSL color Cylindrical-coordinate representation of color #892C38: hue angle of 352.26º 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 #892C38 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB1374456-
CMYK00.680.590.46
HSL352.26º51.38%35.49%-
HSV(B)352.26º67.88%53.73%-
XYZ11.937.414.54-
YUV73.18118.31173.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=57.81%
G=18.57%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137445600.680.590.46352.2651.3835.49
Hex892C380443B2E1603323
Octal2115470010473565406343
Binary1000100110110011100001000100111011101110101100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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