#873440

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

Shades of Stiletto #873440

Tints of Stiletto #873440

Color information

#873440 (or 0x873440) is unknown color: approx Stiletto. HEX triplet: 87, 34 and 40. RGB value is (135,52,64). Sum of RGB (Red+Green+Blue) = 135+52+64=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #873440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873440 is #78CBBF. Grayscale: #4E4E4E. Windows color (decimal): -7916480 or 4207751. OLE color: 4207751.

HSL color Cylindrical-coordinate representation of color #873440: hue angle of 351.33º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873440 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1355264-
CMYK00.610.530.47
HSL351.33º44.39%36.67%-
HSV(B)351.33º61.48%52.94%-
XYZ12.157.985.75-
YUV78.18120168.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=53.78%
G=20.72%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135526400.610.530.47351.3344.3936.67
Hex87344003D352F15f2c25
Octal2076410007565575375445
Binary1000011111010010000000111101110101101111101011111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873440; }

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

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

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

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

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

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

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

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