#874244

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

Shades of Stiletto #874244

Tints of Stiletto #874244

Color information

#874244 (or 0x874244) is unknown color: approx Stiletto. HEX triplet: 87, 42 and 44. RGB value is (135,66,68). Sum of RGB (Red+Green+Blue) = 135+66+68=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874244 is #78BDBB. Grayscale: #565656. Windows color (decimal): -7912892 or 4473479. OLE color: 4473479.

HSL color Cylindrical-coordinate representation of color #874244: hue angle of 358.26º 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 #874244 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1356668-
CMYK00.510.500.47
HSL358.26º34.33%39.41%-
HSV(B)358.26º51.11%52.94%-
XYZ12.989.466.61-
YUV86.86117.36162.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=50.19%
G=24.54%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135666800.510.500.47358.2634.3339.41
Hex874244033322F1662227
Octal20710210406362575464247
Binary10000111100001010001000110011110010101111101100110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874244; }

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

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

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

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

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

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

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

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