#85495D

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

Shades of Cannon Pink #85495D

Tints of Cannon Pink #85495D

Color information

#85495D (or 0x85495D) is unknown color: approx Cannon Pink. HEX triplet: 85, 49 and 5D. RGB value is (133,73,93). Sum of RGB (Red+Green+Blue) = 133+73+93=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85495D is #7AB6A2. Grayscale: #5D5D5D. Windows color (decimal): -8042147 or 6113669. OLE color: 6113669.

HSL color Cylindrical-coordinate representation of color #85495D: hue angle of 340º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85495D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1337393-
CMYK00.450.300.48
HSL340º29.13%40.39%-
HSV(B)340º45.11%52.16%-
XYZ14.0310.5411.65-
YUV93.22127.88156.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=44.48%
G=24.41%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133739300.450.300.4834029.1340.39
Hex85495D02D1E301541d28
Octal20511113505536605243550
Binary100001011001001101110101011011111011000010101010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,73,93); }

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

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

 a { background-color: rgb(133,73,93); }

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

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

 span { border-color: rgb(133,73,93); }

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