#864B53

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

Shades of Solid Pink #864B53

Tints of Solid Pink #864B53

Color information

#864B53 (or 0x864B53) is unknown color: approx Solid Pink. HEX triplet: 86, 4B and 53. RGB value is (134,75,83). Sum of RGB (Red+Green+Blue) = 134+75+83=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #864B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B53 is #79B4AC. Grayscale: #5D5D5D. Windows color (decimal): -7976109 or 5458822. OLE color: 5458822.

HSL color Cylindrical-coordinate representation of color #864B53: hue angle of 351.86º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B53 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1347583-
CMYK00.440.380.47
HSL351.86º28.23%40.98%-
HSV(B)351.86º44.03%52.55%-
XYZ13.9110.739.52-
YUV93.55122.05156.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=45.89%
G=25.68%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134758300.440.380.47351.8628.2340.98
Hex864B5302C262F1601c29
Octal20611312305446575403451
Binary1000011010010111010011010110010011010111110110000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,75,83); }

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

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

 a { background-color: rgb(134,75,83); }

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

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

 span { border-color: rgb(134,75,83); }

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