#854D58

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

Shades of Solid Pink #854D58

Tints of Solid Pink #854D58

Color information

#854D58 (or 0x854D58) is unknown color: approx Solid Pink. HEX triplet: 85, 4D and 58. RGB value is (133,77,88). Sum of RGB (Red+Green+Blue) = 133+77+88=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #854D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D58 is #7AB2A7. Grayscale: #5F5F5F. Windows color (decimal): -8041128 or 5787013. OLE color: 5787013.

HSL color Cylindrical-coordinate representation of color #854D58: hue angle of 348.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D58 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1337788-
CMYK00.420.340.48
HSL348.21º26.67%41.18%-
HSV(B)348.21º42.11%52.16%-
XYZ14.091110.61-
YUV95124.05155.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=44.63%
G=25.84%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133778800.420.340.48348.2126.6741.18
Hex854D5802A223015c1b29
Octal20511513005242605343351
Binary1000010110011011011000010101010001011000010101110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,88); }

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

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

 a { background-color: rgb(133,77,88); }

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

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

 span { border-color: rgb(133,77,88); }

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