#854249

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

Shades of Solid Pink #854249

Tints of Solid Pink #854249

Color information

#854249 (or 0x854249) is unknown color: approx Solid Pink. HEX triplet: 85, 42 and 49. RGB value is (133,66,73). Sum of RGB (Red+Green+Blue) = 133+66+73=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #854249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854249 is #7ABDB6. Grayscale: #565656. Windows color (decimal): -8043959 or 4801157. OLE color: 4801157.

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

Color convert

RGB1336673-
CMYK00.500.450.48
HSL353.73º33.67%39.02%-
HSV(B)353.73º50.38%52.16%-
XYZ12.829.367.43-
YUV86.83120.2160.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=48.90%
G=24.26%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133667300.500.450.48353.7333.6739.02
Hex8542490322D301622227
Octal20510211106255605424247
Binary10000101100001010010010110010101101110000101100010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854249; }

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

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

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

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

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

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

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

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