#874043

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

Shades of Stiletto #874043

Tints of Stiletto #874043

Color information

#874043 (or 0x874043) is unknown color: approx Stiletto. HEX triplet: 87, 40 and 43. RGB value is (135,64,67). Sum of RGB (Red+Green+Blue) = 135+64+67=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #874043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874043 is #78BFBC. Grayscale: #555555. Windows color (decimal): -7913405 or 4407431. OLE color: 4407431.

HSL color Cylindrical-coordinate representation of color #874043: hue angle of 357.46º 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 #874043 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1356467-
CMYK00.530.500.47
HSL357.46º35.68%39.02%-
HSV(B)357.46º52.59%52.94%-
XYZ12.849.226.41-
YUV85.57117.52163.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=50.75%
G=24.06%
B=25.19%

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
Decimal135646700.530.500.47357.4635.6839.02
Hex874043035322F1652427
Octal20710010306562575454447
Binary10000111100000010000110110101110010101111101100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874043; }

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

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

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

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

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

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

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

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