#874044

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

Shades of Stiletto #874044

Tints of Stiletto #874044

Color information

#874044 (or 0x874044) is unknown color: approx Stiletto. HEX triplet: 87, 40 and 44. RGB value is (135,64,68). Sum of RGB (Red+Green+Blue) = 135+64+68=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #874044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874044 is #78BFBB. Grayscale: #555555. Windows color (decimal): -7913404 or 4472967. OLE color: 4472967.

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

Color convert

RGB1356468-
CMYK00.530.500.47
HSL356.62º35.68%39.02%-
HSV(B)356.62º52.59%52.94%-
XYZ12.879.246.57-
YUV85.68118.02163.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=50.56%
G=23.97%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135646800.530.500.47356.6235.6839.02
Hex874044035322F1652427
Octal20710010406562575454447
Binary10000111100000010001000110101110010101111101100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874044; }

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

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

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

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

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

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

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

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