#864750

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

Shades of Solid Pink #864750

Tints of Solid Pink #864750

Color information

#864750 (or 0x864750) is unknown color: approx Solid Pink. HEX triplet: 86, 47 and 50. RGB value is (134,71,80). Sum of RGB (Red+Green+Blue) = 134+71+80=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #864750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864750 is #79B8AF. Grayscale: #5A5A5A. Windows color (decimal): -7977136 or 5261190. OLE color: 5261190.

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

Color convert

RGB1347180-
CMYK00.470.400.47
HSL351.43º30.73%40.2%-
HSV(B)351.43º47.01%52.55%-
XYZ13.5310.158.84-
YUV90.86121.87158.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=47.02%
G=24.91%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134718000.470.400.47351.4330.7340.2
Hex86475002F282F15f1f28
Octal20610712005750575373750
Binary1000011010001111010000010111110100010111110101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864750; }

 p { color: rgb(134,71,80); }

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

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

 a { background-color: rgb(134,71,80); }

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

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

 span { border-color: rgb(134,71,80); }

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