#854D4E

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

Shades of Solid Pink #854D4E

Tints of Solid Pink #854D4E

Color information

#854D4E (or 0x854D4E) is unknown color: approx Solid Pink. HEX triplet: 85, 4D and 4E. RGB value is (133,77,78). Sum of RGB (Red+Green+Blue) = 133+77+78=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D4E is #7AB2B1. Grayscale: #5D5D5D. Windows color (decimal): -8041138 or 5131653. OLE color: 5131653.

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

Color convert

RGB1337778-
CMYK00.420.410.48
HSL358.93º26.67%41.18%-
HSV(B)358.93º42.11%52.16%-
XYZ13.710.848.58-
YUV93.86119.05155.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=46.18%
G=26.74%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133777800.420.410.48358.9326.6741.18
Hex854D4E02A29301671b29
Octal20511511605251605473351
Binary1000010110011011001110010101010100111000010110011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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