#872940

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

Shades of Shiraz #872940

Tints of Shiraz #872940

Color information

#872940 (or 0x872940) is unknown color: approx Shiraz. HEX triplet: 87, 29 and 40. RGB value is (135,41,64). Sum of RGB (Red+Green+Blue) = 135+41+64=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #872940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872940 is #78D6BF. Grayscale: #474747. Windows color (decimal): -7919296 or 4204935. OLE color: 4204935.

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

Color convert

RGB1354164-
CMYK00.700.530.47
HSL345.32º53.41%34.51%-
HSV(B)345.32º69.63%52.94%-
XYZ11.717.115.61-
YUV71.73123.64173.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=56.25%
G=17.08%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135416400.700.530.47345.3253.4134.51
Hex872940046352F1593523
Octal20751100010665575316543
Binary10000111101001100000001000110110101101111101011001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872940; }

 p { color: rgb(135,41,64); }

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

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

 a { background-color: rgb(135,41,64); }

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

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

 span { border-color: rgb(135,41,64); }

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