#873B45

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

Shades of Stiletto #873B45

Tints of Stiletto #873B45

Color information

#873B45 (or 0x873B45) is unknown color: approx Stiletto. HEX triplet: 87, 3B and 45. RGB value is (135,59,69). Sum of RGB (Red+Green+Blue) = 135+59+69=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #873B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B45 is #78C4BA. Grayscale: #525252. Windows color (decimal): -7914683 or 4537223. OLE color: 4537223.

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

Color convert

RGB1355969-
CMYK00.560.490.47
HSL352.11º39.18%38.04%-
HSV(B)352.11º56.3%52.94%-
XYZ12.638.716.65-
YUV82.86120.18165.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=51.33%
G=22.43%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135596900.560.490.47352.1139.1838.04
Hex873B45038312F1602726
Octal2077310507061575404746
Binary1000011111101110001010111000110001101111101100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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