#854753

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

Shades of Solid Pink #854753

Tints of Solid Pink #854753

Color information

#854753 (or 0x854753) is unknown color: approx Solid Pink. HEX triplet: 85, 47 and 53. RGB value is (133,71,83). Sum of RGB (Red+Green+Blue) = 133+71+83=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #854753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854753 is #7AB8AC. Grayscale: #5A5A5A. Windows color (decimal): -8042669 or 5457797. OLE color: 5457797.

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

Color convert

RGB1337183-
CMYK00.470.380.48
HSL348.39º30.39%40%-
HSV(B)348.39º46.62%52.16%-
XYZ13.4910.129.43-
YUV90.91123.54158.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=46.34%
G=24.74%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133718300.470.380.48348.3930.3940
Hex85475302F263015c1e28
Octal20510712305746605343650
Binary1000010110001111010011010111110011011000010101110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854753; }

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

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

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

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

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

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

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

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