#864349

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

Shades of Solid Pink #864349

Tints of Solid Pink #864349

Color information

#864349 (or 0x864349) is unknown color: approx Solid Pink. HEX triplet: 86, 43 and 49. RGB value is (134,67,73). Sum of RGB (Red+Green+Blue) = 134+67+73=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #864349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864349 is #79BCB6. Grayscale: #575757. Windows color (decimal): -7978167 or 4801414. OLE color: 4801414.

HSL color Cylindrical-coordinate representation of color #864349: hue angle of 354.63º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864349 is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1346773-
CMYK00.50.460.47
HSL354.63º33.33%39.41%-
HSV(B)354.63º50%52.55%-
XYZ13.049.567.46-
YUV87.72119.7161.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=48.91%
G=24.45%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134677300.50.460.47354.6333.3339.41
Hex8643490322E2F1632127
Octal20610311106256575434147
Binary10000110100001110010010110010101110101111101100011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864349; }

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

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

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

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

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

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

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

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