#892736

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

Shades of Shiraz #892736

Tints of Shiraz #892736

Color information

#892736 (or 0x892736) is unknown color: approx Shiraz. HEX triplet: 89, 27 and 36. RGB value is (137,39,54). Sum of RGB (Red+Green+Blue) = 137+39+54=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #892736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892736 is #76D8C9. Grayscale: #464646. Windows color (decimal): -7788746 or 3549065. OLE color: 3549065.

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

Color convert

RGB1373954-
CMYK00.720.610.46
HSL350.82º55.68%34.51%-
HSV(B)350.82º71.53%53.73%-
XYZ11.717.044.23-
YUV70.01118.97175.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=59.57%
G=16.96%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137395400.720.610.46350.8255.6834.51
Hex8927360483D2E15f3823
Octal2114766011075565377043
Binary1000100110011111011001001000111101101110101011111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892736; }

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

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

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

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

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

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

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

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