#874245

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

Shades of Stiletto #874245

Tints of Stiletto #874245

Color information

#874245 (or 0x874245) is unknown color: approx Stiletto. HEX triplet: 87, 42 and 45. RGB value is (135,66,69). Sum of RGB (Red+Green+Blue) = 135+66+69=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874245 is #78BDBA. Grayscale: #575757. Windows color (decimal): -7912891 or 4539015. OLE color: 4539015.

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

Color convert

RGB1356669-
CMYK00.510.490.47
HSL357.39º34.33%39.41%-
HSV(B)357.39º51.11%52.94%-
XYZ13.019.486.77-
YUV86.97117.86162.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=50%
G=24.44%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135666900.510.490.47357.3934.3339.41
Hex874245033312F1652227
Octal20710210506361575454247
Binary10000111100001010001010110011110001101111101100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874245; }

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

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

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

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

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

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

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

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