#854349

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

Shades of Solid Pink #854349

Tints of Solid Pink #854349

Color information

#854349 (or 0x854349) is unknown color: approx Solid Pink. HEX triplet: 85, 43 and 49. RGB value is (133,67,73). Sum of RGB (Red+Green+Blue) = 133+67+73=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854349 is #7ABCB6. Grayscale: #575757. Windows color (decimal): -8043703 or 4801413. OLE color: 4801413.

HSL color Cylindrical-coordinate representation of color #854349: hue angle of 354.55º degrees, saturation: 0.33, 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 #854349 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1336773-
CMYK00.500.450.48
HSL354.55º33%39.22%-
HSV(B)354.55º49.62%52.16%-
XYZ12.889.487.45-
YUV87.42119.87160.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=48.72%
G=24.54%
B=26.74%

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
Decimal133677300.500.450.48354.553339.22
Hex8543490322D301632127
Octal20510311106255605434147
Binary10000101100001110010010110010101101110000101100011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854349; }

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

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

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

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

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

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

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

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