#854047

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

Shades of Solid Pink #854047

Tints of Solid Pink #854047

Color information

#854047 (or 0x854047) is unknown color: approx Solid Pink. HEX triplet: 85, 40 and 47. RGB value is (133,64,71). Sum of RGB (Red+Green+Blue) = 133+64+71=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854047 is #7ABFB8. Grayscale: #555555. Windows color (decimal): -8044473 or 4669573. OLE color: 4669573.

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

Color convert

RGB1336471-
CMYK00.520.470.48
HSL353.91º35.03%38.63%-
HSV(B)353.91º51.88%52.16%-
XYZ12.649.117.05-
YUV85.43119.86161.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=49.63%
G=23.88%
B=26.49%

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
Decimal133647100.520.470.48353.9135.0338.63
Hex8540470342F301622327
Octal20510010706457605424347
Binary10000101100000010001110110100101111110000101100010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854047; }

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

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

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

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

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

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

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

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