#864852

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

Shades of Solid Pink #864852

Tints of Solid Pink #864852

Color information

#864852 (or 0x864852) is unknown color: approx Solid Pink. HEX triplet: 86, 48 and 52. RGB value is (134,72,82). Sum of RGB (Red+Green+Blue) = 134+72+82=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864852 is #79B7AD. Grayscale: #5B5B5B. Windows color (decimal): -7976878 or 5392518. OLE color: 5392518.

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

Color convert

RGB1347282-
CMYK00.460.390.47
HSL350.32º30.1%40.39%-
HSV(B)350.32º46.27%52.55%-
XYZ13.6710.319.25-
YUV91.68122.54158.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=46.53%
G=25%
B=28.47%

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
Decimal134728200.460.390.47350.3230.140.39
Hex86485202E272F15e1e28
Octal20611012205647575363650
Binary1000011010010001010010010111010011110111110101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864852; }

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

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

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

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

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

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

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

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