#86575D

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

Shades of Cannon Pink #86575D

Tints of Cannon Pink #86575D

Color information

#86575D (or 0x86575D) is unknown color: approx Cannon Pink. HEX triplet: 86, 57 and 5D. RGB value is (134,87,93). Sum of RGB (Red+Green+Blue) = 134+87+93=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86575D is #79A8A2. Grayscale: #656565. Windows color (decimal): -7973027 or 6117254. OLE color: 6117254.

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

Color convert

RGB1348793-
CMYK00.350.310.47
HSL352.34º21.27%43.33%-
HSV(B)352.34º35.07%52.55%-
XYZ15.2212.6812-
YUV101.74123.07151.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=42.68%
G=27.71%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134879300.350.310.47352.3421.2743.33
Hex86575D0231F2F160152b
Octal20612713504337575402553
Binary100001101010111101110101000111111110111110110000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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