#873C44

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

Shades of Stiletto #873C44

Tints of Stiletto #873C44

Color information

#873C44 (or 0x873C44) is unknown color: approx Stiletto. HEX triplet: 87, 3C and 44. RGB value is (135,60,68). Sum of RGB (Red+Green+Blue) = 135+60+68=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #873C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C44 is #78C3BB. Grayscale: #535353. Windows color (decimal): -7914428 or 4471943. OLE color: 4471943.

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

Color convert

RGB1356068-
CMYK00.560.500.47
HSL353.6º38.46%38.24%-
HSV(B)353.6º55.56%52.94%-
XYZ12.658.86.5-
YUV83.34119.35164.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=51.33%
G=22.81%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135606800.560.500.47353.638.4638.24
Hex873C44038322F1622626
Octal2077410407062575424646
Binary1000011111110010001000111000110010101111101100010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,60,68); }

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

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

 a { background-color: rgb(135,60,68); }

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

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

 span { border-color: rgb(135,60,68); }

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