#854754

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

Shades of Solid Pink #854754

Tints of Solid Pink #854754

Color information

#854754 (or 0x854754) is unknown color: approx Solid Pink. HEX triplet: 85, 47 and 54. RGB value is (133,71,84). Sum of RGB (Red+Green+Blue) = 133+71+84=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854754 is #7AB8AB. Grayscale: #5B5B5B. Windows color (decimal): -8042668 or 5523333. OLE color: 5523333.

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

Color convert

RGB1337184-
CMYK00.470.370.48
HSL347.42º30.39%40%-
HSV(B)347.42º46.62%52.16%-
XYZ13.5310.139.63-
YUV91.02124.04157.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=46.18%
G=24.65%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133718400.470.370.48347.4230.3940
Hex85475402F253015b1e28
Octal20510712405745605333650
Binary1000010110001111010100010111110010111000010101101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854754; }

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

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

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

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

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

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

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

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