#854A51

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

Shades of Solid Pink #854A51

Tints of Solid Pink #854A51

Color information

#854A51 (or 0x854A51) is unknown color: approx Solid Pink. HEX triplet: 85, 4A and 51. RGB value is (133,74,81). Sum of RGB (Red+Green+Blue) = 133+74+81=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A51 is #7AB5AE. Grayscale: #5C5C5C. Windows color (decimal): -8041903 or 5327493. OLE color: 5327493.

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

Color convert

RGB1337481-
CMYK00.440.390.48
HSL352.88º28.5%40.59%-
HSV(B)352.88º44.36%52.16%-
XYZ13.6110.489.09-
YUV92.44121.55156.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=46.18%
G=25.69%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133748100.440.390.48352.8828.540.59
Hex854A5102C27301611d29
Octal20511212105447605413551
Binary1000010110010101010001010110010011111000010110000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,74,81); }

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

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

 a { background-color: rgb(133,74,81); }

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

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

 span { border-color: rgb(133,74,81); }

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