#854446

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

Shades of Solid Pink #854446

Tints of Solid Pink #854446

Color information

#854446 (or 0x854446) is unknown color: approx Solid Pink. HEX triplet: 85, 44 and 46. RGB value is (133,68,70). Sum of RGB (Red+Green+Blue) = 133+68+70=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854446 is #7ABBB9. Grayscale: #575757. Windows color (decimal): -8043450 or 4605061. OLE color: 4605061.

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

Color convert

RGB1336870-
CMYK00.490.470.48
HSL358.15º32.34%39.41%-
HSV(B)358.15º48.87%52.16%-
XYZ12.859.566.96-
YUV87.66118.03160.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=49.08%
G=25.09%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133687000.490.470.48358.1532.3439.41
Hex8544460312F301662027
Octal20510410606157605464047
Binary10000101100010010001100110001101111110000101100110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854446; }

 p { color: rgb(133,68,70); }

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

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

 a { background-color: rgb(133,68,70); }

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

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

 span { border-color: rgb(133,68,70); }

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