#864648

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

Shades of Solid Pink #864648

Tints of Solid Pink #864648

Color information

#864648 (or 0x864648) is unknown color: approx Solid Pink. HEX triplet: 86, 46 and 48. RGB value is (134,70,72). Sum of RGB (Red+Green+Blue) = 134+70+72=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #864648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864648 is #79B9B7. Grayscale: #595959. Windows color (decimal): -7977400 or 4736646. OLE color: 4736646.

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

Color convert

RGB1347072-
CMYK00.480.460.47
HSL358.12º31.37%40%-
HSV(B)358.12º47.76%52.55%-
XYZ13.199.927.35-
YUV89.36118.2159.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=48.55%
G=25.36%
B=26.09%

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
Decimal134707200.480.460.47358.1231.3740
Hex8646480302E2F1661f28
Octal20610611006056575463750
Binary1000011010001101001000011000010111010111110110011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864648; }

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

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

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

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

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

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

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

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