#854046

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

Shades of Stiletto #854046

Tints of Stiletto #854046

Color information

#854046 (or 0x854046) is unknown color: approx Stiletto. HEX triplet: 85, 40 and 46. RGB value is (133,64,70). Sum of RGB (Red+Green+Blue) = 133+64+70=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #854046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854046 is #7ABFB9. Grayscale: #555555. Windows color (decimal): -8044474 or 4604037. OLE color: 4604037.

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

Color convert

RGB1336470-
CMYK00.520.470.48
HSL354.78º35.03%38.63%-
HSV(B)354.78º51.88%52.16%-
XYZ12.619.16.89-
YUV85.32119.36162.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=49.81%
G=23.97%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133647000.520.470.48354.7835.0338.63
Hex8540460342F301632327
Octal20510010606457605434347
Binary10000101100000010001100110100101111110000101100011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854046; }

 p { color: rgb(133,64,70); }

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

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

 a { background-color: rgb(133,64,70); }

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

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

 span { border-color: rgb(133,64,70); }

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