#873E42

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

Shades of Stiletto #873E42

Tints of Stiletto #873E42

Color information

#873E42 (or 0x873E42) is unknown color: approx Stiletto. HEX triplet: 87, 3E and 42. RGB value is (135,62,66). Sum of RGB (Red+Green+Blue) = 135+62+66=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #873E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E42 is #78C1BD. Grayscale: #545454. Windows color (decimal): -7913918 or 4341383. OLE color: 4341383.

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

Color convert

RGB1356266-
CMYK00.540.510.47
HSL356.71º37.06%38.63%-
HSV(B)356.71º54.07%52.94%-
XYZ12.78.996.22-
YUV84.28117.68164.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=51.33%
G=23.57%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135626600.540.510.47356.7137.0638.63
Hex873E42036332F1652527
Octal2077610206663575454547
Binary1000011111111010000100110110110011101111101100101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873E42; }

 p { color: rgb(135,62,66); }

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

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

 a { background-color: rgb(135,62,66); }

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

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

 span { border-color: rgb(135,62,66); }

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