#85515F

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

Shades of Cannon Pink #85515F

Tints of Cannon Pink #85515F

Color information

#85515F (or 0x85515F) is unknown color: approx Cannon Pink. HEX triplet: 85, 51 and 5F. RGB value is (133,81,95). Sum of RGB (Red+Green+Blue) = 133+81+95=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85515F is #7AAEA0. Grayscale: #626262. Windows color (decimal): -8040097 or 6246789. OLE color: 6246789.

HSL color Cylindrical-coordinate representation of color #85515F: hue angle of 343.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85515F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1338195-
CMYK00.390.290.48
HSL343.85º24.3%41.96%-
HSV(B)343.85º39.1%52.16%-
XYZ14.6811.712.31-
YUV98.14126.23152.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=43.04%
G=26.21%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133819500.390.290.48343.8524.341.96
Hex85515F0271D30158182a
Octal20512113704735605303052
Binary100001011010001101111101001111110111000010101100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85515F; }

 p { color: rgb(133,81,95); }

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

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

 a { background-color: rgb(133,81,95); }

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

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

 span { border-color: rgb(133,81,95); }

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