#86474B

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

Shades of Solid Pink #86474B

Tints of Solid Pink #86474B

Color information

#86474B (or 0x86474B) is unknown color: approx Solid Pink. HEX triplet: 86, 47 and 4B. RGB value is (134,71,75). Sum of RGB (Red+Green+Blue) = 134+71+75=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86474B is #79B8B4. Grayscale: #5A5A5A. Windows color (decimal): -7977141 or 4933510. OLE color: 4933510.

HSL color Cylindrical-coordinate representation of color #86474B: hue angle of 356.19º 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 #86474B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1347175-
CMYK00.470.440.47
HSL356.19º30.73%40.2%-
HSV(B)356.19º47.01%52.55%-
XYZ13.3510.087.9-
YUV90.29119.37159.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=47.86%
G=25.36%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134717500.470.440.47356.1930.7340.2
Hex86474B02F2C2F1641f28
Octal20610711305754575443750
Binary1000011010001111001011010111110110010111110110010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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