#864649

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

Shades of Solid Pink #864649

Tints of Solid Pink #864649

Color information

#864649 (or 0x864649) is unknown color: approx Solid Pink. HEX triplet: 86, 46 and 49. RGB value is (134,70,73). Sum of RGB (Red+Green+Blue) = 134+70+73=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #864649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864649 is #79B9B6. Grayscale: #595959. Windows color (decimal): -7977399 or 4802182. OLE color: 4802182.

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

Color convert

RGB1347073-
CMYK00.480.460.47
HSL357.19º31.37%40%-
HSV(B)357.19º47.76%52.55%-
XYZ13.229.937.52-
YUV89.48118.7159.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=48.38%
G=25.27%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134707300.480.460.47357.1931.3740
Hex8646490302E2F1651f28
Octal20610611106056575453750
Binary1000011010001101001001011000010111010111110110010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864649; }

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

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

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

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

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

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

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

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