#854048

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

Shades of Solid Pink #854048

Tints of Solid Pink #854048

Color information

#854048 (or 0x854048) is unknown color: approx Solid Pink. HEX triplet: 85, 40 and 48. RGB value is (133,64,72). Sum of RGB (Red+Green+Blue) = 133+64+72=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854048 is #7ABFB7. Grayscale: #555555. Windows color (decimal): -8044472 or 4735109. OLE color: 4735109.

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

Color convert

RGB1336472-
CMYK00.520.460.48
HSL353.04º35.03%38.63%-
HSV(B)353.04º51.88%52.16%-
XYZ12.689.127.22-
YUV85.54120.36161.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=49.44%
G=23.79%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133647200.520.460.48353.0435.0338.63
Hex8540480342E301612327
Octal20510011006456605414347
Binary10000101100000010010000110100101110110000101100001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854048; }

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

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

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

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

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

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

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

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