#86475D

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

Shades of Cannon Pink #86475D

Tints of Cannon Pink #86475D

Color information

#86475D (or 0x86475D) is unknown color: approx Cannon Pink. HEX triplet: 86, 47 and 5D. RGB value is (134,71,93). Sum of RGB (Red+Green+Blue) = 134+71+93=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86475D is #79B8A2. Grayscale: #5C5C5C. Windows color (decimal): -7977123 or 6113158. OLE color: 6113158.

HSL color Cylindrical-coordinate representation of color #86475D: hue angle of 339.05º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86475D is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1347193-
CMYK00.470.310.47
HSL339.05º30.73%40.2%-
HSV(B)339.05º47.01%52.55%-
XYZ14.0610.3711.62-
YUV92.34128.37157.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=44.97%
G=23.83%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134719300.470.310.47339.0530.7340.2
Hex86475D02F1F2F1531f28
Octal20610713505737575233750
Binary100001101000111101110101011111111110111110101001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86475D; }

 p { color: rgb(134,71,93); }

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

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

 a { background-color: rgb(134,71,93); }

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

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

 span { border-color: rgb(134,71,93); }

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