#854652

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

Shades of Solid Pink #854652

Tints of Solid Pink #854652

Color information

#854652 (or 0x854652) is unknown color: approx Solid Pink. HEX triplet: 85, 46 and 52. RGB value is (133,70,82). Sum of RGB (Red+Green+Blue) = 133+70+82=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854652 is #7AB9AD. Grayscale: #5A5A5A. Windows color (decimal): -8042926 or 5392005. OLE color: 5392005.

HSL color Cylindrical-coordinate representation of color #854652: hue angle of 348.57º 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 #854652 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1337082-
CMYK00.470.380.48
HSL348.57º31.03%39.8%-
HSV(B)348.57º47.37%52.16%-
XYZ13.399.989.2-
YUV90.2123.37158.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=46.67%
G=24.56%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133708200.470.380.48348.5731.0339.8
Hex85465202F263015d1f28
Octal20510612205746605353750
Binary1000010110001101010010010111110011011000010101110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854652; }

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

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

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

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

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

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

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

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