#86464B

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

Shades of Solid Pink #86464B

Tints of Solid Pink #86464B

Color information

#86464B (or 0x86464B) is unknown color: approx Solid Pink. HEX triplet: 86, 46 and 4B. RGB value is (134,70,75). Sum of RGB (Red+Green+Blue) = 134+70+75=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86464B is #79B9B4. Grayscale: #595959. Windows color (decimal): -7977397 or 4933254. OLE color: 4933254.

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

Color convert

RGB1347075-
CMYK00.480.440.47
HSL355.31º31.37%40%-
HSV(B)355.31º47.76%52.55%-
XYZ13.299.967.88-
YUV89.71119.7159.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=48.03%
G=25.09%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134707500.480.440.47355.3131.3740
Hex86464B0302C2F1631f28
Octal20610611306054575433750
Binary1000011010001101001011011000010110010111110110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86464B; }

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

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

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

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

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

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

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

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