#864B61

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

Shades of Cannon Pink #864B61

Tints of Cannon Pink #864B61

Color information

#864B61 (or 0x864B61) is unknown color: approx Cannon Pink. HEX triplet: 86, 4B and 61. RGB value is (134,75,97). Sum of RGB (Red+Green+Blue) = 134+75+97=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #864B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B61 is #79B49E. Grayscale: #5F5F5F. Windows color (decimal): -7976095 or 6376326. OLE color: 6376326.

HSL color Cylindrical-coordinate representation of color #864B61: hue angle of 337.63º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B61 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1347597-
CMYK00.440.280.47
HSL337.63º28.23%40.98%-
HSV(B)337.63º44.03%52.55%-
XYZ14.5110.9612.66-
YUV95.15129.05155.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=43.79%
G=24.51%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134759700.440.280.47337.6328.2340.98
Hex864B6102C1C2F1521c29
Octal20611314105434575223451
Binary100001101001011110000101011001110010111110101001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864B61; }

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

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

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

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

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

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

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

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