#873D42

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

Shades of Stiletto #873D42

Tints of Stiletto #873D42

Color information

#873D42 (or 0x873D42) is unknown color: approx Stiletto. HEX triplet: 87, 3D and 42. RGB value is (135,61,66). Sum of RGB (Red+Green+Blue) = 135+61+66=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #873D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D42 is #78C2BD. Grayscale: #535353. Windows color (decimal): -7914174 or 4341127. OLE color: 4341127.

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

Color convert

RGB1356166-
CMYK00.550.510.47
HSL355.95º37.76%38.43%-
HSV(B)355.95º54.81%52.94%-
XYZ12.648.886.2-
YUV83.7118.02164.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=51.53%
G=23.28%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135616600.550.510.47355.9537.7638.43
Hex873D42037332F1642626
Octal2077510206763575444646
Binary1000011111110110000100110111110011101111101100100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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