#854D53

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

Shades of Solid Pink #854D53

Tints of Solid Pink #854D53

Color information

#854D53 (or 0x854D53) is unknown color: approx Solid Pink. HEX triplet: 85, 4D and 53. RGB value is (133,77,83). Sum of RGB (Red+Green+Blue) = 133+77+83=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #854D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D53 is #7AB2AC. Grayscale: #5E5E5E. Windows color (decimal): -8041133 or 5459333. OLE color: 5459333.

HSL color Cylindrical-coordinate representation of color #854D53: hue angle of 353.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D53 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1337783-
CMYK00.420.380.48
HSL353.57º26.67%41.18%-
HSV(B)353.57º42.11%52.16%-
XYZ13.8910.929.56-
YUV94.43121.55155.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=45.39%
G=26.28%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133778300.420.380.48353.5726.6741.18
Hex854D5302A26301621b29
Octal20511512305246605423351
Binary1000010110011011010011010101010011011000010110001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854D53; }

 p { color: rgb(133,77,83); }

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

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

 a { background-color: rgb(133,77,83); }

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

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

 span { border-color: rgb(133,77,83); }

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