#873B40

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

Shades of Stiletto #873B40

Tints of Stiletto #873B40

Color information

#873B40 (or 0x873B40) is unknown color: approx Stiletto. HEX triplet: 87, 3B and 40. RGB value is (135,59,64). Sum of RGB (Red+Green+Blue) = 135+59+64=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #873B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B40 is #78C4BF. Grayscale: #525252. Windows color (decimal): -7914688 or 4209543. OLE color: 4209543.

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

Color convert

RGB1355964-
CMYK00.560.530.47
HSL356.05º39.18%38.04%-
HSV(B)356.05º56.3%52.94%-
XYZ12.488.655.86-
YUV82.29117.68165.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 59 (23.44% from 255) = 22.87%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=52.33%
G=22.87%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135596400.560.530.47356.0539.1838.04
Hex873B40038352F1642726
Octal2077310007065575444746
Binary1000011111101110000000111000110101101111101100100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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