#892936

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

Shades of Shiraz #892936

Tints of Shiraz #892936

Color information

#892936 (or 0x892936) is unknown color: approx Shiraz. HEX triplet: 89, 29 and 36. RGB value is (137,41,54). Sum of RGB (Red+Green+Blue) = 137+41+54=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #892936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892936 is #76D6C9. Grayscale: #474747. Windows color (decimal): -7788234 or 3549577. OLE color: 3549577.

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

Color convert

RGB1374154-
CMYK00.700.610.46
HSL351.88º53.93%34.9%-
HSV(B)351.88º70.07%53.73%-
XYZ11.787.174.25-
YUV71.19118.3174.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=59.05%
G=17.67%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137415400.700.610.46351.8853.9334.9
Hex8929360463D2E1603623
Octal2115166010675565406643
Binary1000100110100111011001000110111101101110101100000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892936; }

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

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

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

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

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

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

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

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