#854856

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

Shades of Solid Pink #854856

Tints of Solid Pink #854856

Color information

#854856 (or 0x854856) is unknown color: approx Solid Pink. HEX triplet: 85, 48 and 56. RGB value is (133,72,86). Sum of RGB (Red+Green+Blue) = 133+72+86=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #854856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854856 is #7AB7A9. Grayscale: #5B5B5B. Windows color (decimal): -8042410 or 5654661. OLE color: 5654661.

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

Color convert

RGB1337286-
CMYK00.460.350.48
HSL346.23º29.76%40.2%-
HSV(B)346.23º45.86%52.16%-
XYZ13.6710.2910.07-
YUV91.84124.71157.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 86 (33.98% from 255) = 29.55%
R=45.70%
G=24.74%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133728600.460.350.48346.2329.7640.2
Hex85485602E233015a1e28
Octal20511012605643605323650
Binary1000010110010001010110010111010001111000010101101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854856; }

 p { color: rgb(133,72,86); }

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

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

 a { background-color: rgb(133,72,86); }

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

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

 span { border-color: rgb(133,72,86); }

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