#854647

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

Shades of Solid Pink #854647

Tints of Solid Pink #854647

Color information

#854647 (or 0x854647) is unknown color: approx Solid Pink. HEX triplet: 85, 46 and 47. RGB value is (133,70,71). Sum of RGB (Red+Green+Blue) = 133+70+71=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #854647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854647 is #7AB9B8. Grayscale: #595959. Windows color (decimal): -8042937 or 4671109. OLE color: 4671109.

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

Color convert

RGB1337071-
CMYK00.470.470.48
HSL359.05º31.03%39.8%-
HSV(B)359.05º47.37%52.16%-
XYZ139.827.17-
YUV88.95117.87159.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=48.54%
G=25.55%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133707100.470.470.48359.0531.0339.8
Hex85464702F2F301671f28
Octal20510610705757605473750
Binary1000010110001101000111010111110111111000010110011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854647; }

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

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

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

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

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

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

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

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