#873F45

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

Shades of Stiletto #873F45

Tints of Stiletto #873F45

Color information

#873F45 (or 0x873F45) is unknown color: approx Stiletto. HEX triplet: 87, 3F and 45. RGB value is (135,63,69). Sum of RGB (Red+Green+Blue) = 135+63+69=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #873F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F45 is #78C0BA. Grayscale: #555555. Windows color (decimal): -7913659 or 4538247. OLE color: 4538247.

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

Color convert

RGB1356369-
CMYK00.530.490.47
HSL355º36.36%38.82%-
HSV(B)355º53.33%52.94%-
XYZ12.849.146.72-
YUV85.21118.85163.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=50.56%
G=23.60%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135636900.530.490.4735536.3638.82
Hex873F45035312F1632427
Octal2077710506561575434447
Binary1000011111111110001010110101110001101111101100011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,63,69); }

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

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

 a { background-color: rgb(135,63,69); }

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

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

 span { border-color: rgb(135,63,69); }

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