#853F47

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

Shades of Solid Pink #853F47

Tints of Solid Pink #853F47

Color information

#853F47 (or 0x853F47) is unknown color: approx Solid Pink. HEX triplet: 85, 3F and 47. RGB value is (133,63,71). Sum of RGB (Red+Green+Blue) = 133+63+71=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #853F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F47 is #7AC0B8. Grayscale: #545454. Windows color (decimal): -8044729 or 4669317. OLE color: 4669317.

HSL color Cylindrical-coordinate representation of color #853F47: hue angle of 353.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F47 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1336371-
CMYK00.530.470.48
HSL353.14º35.71%38.43%-
HSV(B)353.14º52.63%52.16%-
XYZ12.5997.03-
YUV84.84120.19162.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=49.81%
G=23.60%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133637100.530.470.48353.1435.7138.43
Hex853F470352F301612426
Octal2057710706557605414446
Binary1000010111111110001110110101101111110000101100001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853F47; }

 p { color: rgb(133,63,71); }

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

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

 a { background-color: rgb(133,63,71); }

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

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

 span { border-color: rgb(133,63,71); }

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