#892F40

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

Shades of Shiraz #892F40

Tints of Shiraz #892F40

Color information

#892F40 (or 0x892F40) is unknown color: approx Shiraz. HEX triplet: 89, 2F and 40. RGB value is (137,47,64). Sum of RGB (Red+Green+Blue) = 137+47+64=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #892F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F40 is #76D0BF. Grayscale: #4B4B4B. Windows color (decimal): -7786688 or 4206473. OLE color: 4206473.

HSL color Cylindrical-coordinate representation of color #892F40: hue angle of 348.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F40 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1374764-
CMYK00.660.530.46
HSL348.67º48.91%36.08%-
HSV(B)348.67º65.69%53.73%-
XYZ12.267.725.69-
YUV75.85121.32171.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.24%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=55.24%
G=18.95%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137476400.660.530.46348.6748.9136.08
Hex892F40042352E15d3124
Octal21157100010265565356144
Binary10001001101111100000001000010110101101110101011101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,47,64); }

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

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

 a { background-color: rgb(137,47,64); }

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

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

 span { border-color: rgb(137,47,64); }

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