#854149

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

Shades of Solid Pink #854149

Tints of Solid Pink #854149

Color information

#854149 (or 0x854149) is unknown color: approx Solid Pink. HEX triplet: 85, 41 and 49. RGB value is (133,65,73). Sum of RGB (Red+Green+Blue) = 133+65+73=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854149 is #7ABEB6. Grayscale: #565656. Windows color (decimal): -8044215 or 4800901. OLE color: 4800901.

HSL color Cylindrical-coordinate representation of color #854149: hue angle of 352.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854149 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1336573-
CMYK00.510.450.48
HSL352.94º34.34%38.82%-
HSV(B)352.94º51.13%52.16%-
XYZ12.779.257.42-
YUV86.24120.53161.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=49.08%
G=23.99%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133657300.510.450.48352.9434.3438.82
Hex8541490332D301612227
Octal20510111106355605414247
Binary10000101100000110010010110011101101110000101100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854149; }

 p { color: rgb(133,65,73); }

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

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

 a { background-color: rgb(133,65,73); }

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

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

 span { border-color: rgb(133,65,73); }

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