#874143

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

Shades of Stiletto #874143

Tints of Stiletto #874143

Color information

#874143 (or 0x874143) is unknown color: approx Stiletto. HEX triplet: 87, 41 and 43. RGB value is (135,65,67). Sum of RGB (Red+Green+Blue) = 135+65+67=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #874143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874143 is #78BEBC. Grayscale: #565656. Windows color (decimal): -7913149 or 4407687. OLE color: 4407687.

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

Color convert

RGB1356567-
CMYK00.520.500.47
HSL358.29º35%39.22%-
HSV(B)358.29º51.85%52.94%-
XYZ12.99.346.43-
YUV86.16117.19162.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=50.56%
G=24.34%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135656700.520.500.47358.293539.22
Hex874143034322F1662327
Octal20710110306462575464347
Binary10000111100000110000110110100110010101111101100110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874143; }

 p { color: rgb(135,65,67); }

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

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

 a { background-color: rgb(135,65,67); }

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

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

 span { border-color: rgb(135,65,67); }

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