#854A4E

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

Shades of Solid Pink #854A4E

Tints of Solid Pink #854A4E

Color information

#854A4E (or 0x854A4E) is unknown color: approx Solid Pink. HEX triplet: 85, 4A and 4E. RGB value is (133,74,78). Sum of RGB (Red+Green+Blue) = 133+74+78=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A4E is #7AB5B1. Grayscale: #5C5C5C. Windows color (decimal): -8041906 or 5130885. OLE color: 5130885.

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

Color convert

RGB1337478-
CMYK00.440.410.48
HSL355.93º28.5%40.59%-
HSV(B)355.93º44.36%52.16%-
XYZ13.510.438.51-
YUV92.1120.05157.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=46.67%
G=25.96%
B=27.37%

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
Decimal133747800.440.410.48355.9328.540.59
Hex854A4E02C29301641d29
Octal20511211605451605443551
Binary1000010110010101001110010110010100111000010110010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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