#864952

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

Shades of Solid Pink #864952

Tints of Solid Pink #864952

Color information

#864952 (or 0x864952) is unknown color: approx Solid Pink. HEX triplet: 86, 49 and 52. RGB value is (134,73,82). Sum of RGB (Red+Green+Blue) = 134+73+82=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #864952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864952 is #79B6AD. Grayscale: #5C5C5C. Windows color (decimal): -7976622 or 5392774. OLE color: 5392774.

HSL color Cylindrical-coordinate representation of color #864952: hue angle of 351.15º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864952 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1347382-
CMYK00.460.390.47
HSL351.15º29.47%40.59%-
HSV(B)351.15º45.52%52.55%-
XYZ13.7410.449.27-
YUV92.26122.21157.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=46.37%
G=25.26%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134738200.460.390.47351.1529.4740.59
Hex86495202E272F15f1d29
Octal20611112205647575373551
Binary1000011010010011010010010111010011110111110101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864952; }

 p { color: rgb(134,73,82); }

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

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

 a { background-color: rgb(134,73,82); }

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

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

 span { border-color: rgb(134,73,82); }

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