#854b4d

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

Shades of Solid Pink #854B4D

Tints of Solid Pink #854B4D

Color information

#854B4D (or 0x854B4D) is unknown color: approx Solid Pink. HEX triplet: 85, 4B and 4D. RGB value is (133,75,77). Sum of RGB (Red+Green+Blue) = 133+75+77=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B4D is #7AB4B2. Grayscale: #5C5C5C. Windows color (decimal): -8041651 or 5065605. OLE color: 5065605.

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

Color convert

RGB1337577-
CMYK00.440.420.48
HSL357.93º27.88%40.78%-
HSV(B)357.93º43.61%52.16%-
XYZ13.5310.558.35-
YUV92.57119.22156.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=46.67%
G=26.32%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133757700.440.420.48357.9327.8840.78
Hex854B4D02C2A301661c29
Octal20511311505452605463451
Binary1000010110010111001101010110010101011000010110011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854b4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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