#854A4F

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

Shades of Solid Pink #854A4F

Tints of Solid Pink #854A4F

Color information

#854A4F (or 0x854A4F) is unknown color: approx Solid Pink. HEX triplet: 85, 4A and 4F. RGB value is (133,74,79). Sum of RGB (Red+Green+Blue) = 133+74+79=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #854A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A4F is #7AB5B0. Grayscale: #5C5C5C. Windows color (decimal): -8041905 or 5196421. OLE color: 5196421.

HSL color Cylindrical-coordinate representation of color #854A4F: hue angle of 354.92º 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 #854A4F is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1337479-
CMYK00.440.410.48
HSL354.92º28.5%40.59%-
HSV(B)354.92º44.36%52.16%-
XYZ13.5310.458.7-
YUV92.21120.55157.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=46.50%
G=25.87%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133747900.440.410.48354.9228.540.59
Hex854A4F02C29301631d29
Octal20511211705451605433551
Binary1000010110010101001111010110010100111000010110001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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