#86424A

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

Shades of Solid Pink #86424A

Tints of Solid Pink #86424A

Color information

#86424A (or 0x86424A) is unknown color: approx Solid Pink. HEX triplet: 86, 42 and 4A. RGB value is (134,66,74). Sum of RGB (Red+Green+Blue) = 134+66+74=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86424A is #79BDB5. Grayscale: #575757. Windows color (decimal): -7978422 or 4866694. OLE color: 4866694.

HSL color Cylindrical-coordinate representation of color #86424A: hue angle of 352.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86424A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1346674-
CMYK00.510.450.47
HSL352.94º34%39.22%-
HSV(B)352.94º50.75%52.55%-
XYZ13.029.467.62-
YUV87.24120.53161.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=48.91%
G=24.09%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134667400.510.450.47352.943439.22
Hex86424A0332D2F1612227
Octal20610211206355575414247
Binary10000110100001010010100110011101101101111101100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86424A; }

 p { color: rgb(134,66,74); }

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

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

 a { background-color: rgb(134,66,74); }

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

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

 span { border-color: rgb(134,66,74); }

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