#864E52

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

Shades of Solid Pink #864E52

Tints of Solid Pink #864E52

Color information

#864E52 (or 0x864E52) is unknown color: approx Solid Pink. HEX triplet: 86, 4E and 52. RGB value is (134,78,82). Sum of RGB (Red+Green+Blue) = 134+78+82=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #864E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E52 is #79B1AD. Grayscale: #5F5F5F. Windows color (decimal): -7975342 or 5394054. OLE color: 5394054.

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

Color convert

RGB1347882-
CMYK00.420.390.47
HSL355.71º26.42%41.57%-
HSV(B)355.71º41.79%52.55%-
XYZ14.0811.139.39-
YUV95.2120.55155.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=45.58%
G=26.53%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134788200.420.390.47355.7126.4241.57
Hex864E5202A272F1641a2a
Octal20611612205247575443252
Binary1000011010011101010010010101010011110111110110010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E52; }

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

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

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

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

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

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

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

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