#85485B

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

Shades of Cannon Pink #85485B

Tints of Cannon Pink #85485B

Color information

#85485B (or 0x85485B) is unknown color: approx Cannon Pink. HEX triplet: 85, 48 and 5B. RGB value is (133,72,91). Sum of RGB (Red+Green+Blue) = 133+72+91=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85485B is #7AB7A4. Grayscale: #5C5C5C. Windows color (decimal): -8042405 or 5982341. OLE color: 5982341.

HSL color Cylindrical-coordinate representation of color #85485B: hue angle of 341.31º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85485B is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1337291-
CMYK00.460.320.48
HSL341.31º29.76%40.2%-
HSV(B)341.31º45.86%52.16%-
XYZ13.8810.3811.17-
YUV92.4127.21156.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=44.93%
G=24.32%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133729100.460.320.48341.3129.7640.2
Hex85485B02E20301551e28
Octal20511013305640605253650
Binary1000010110010001011011010111010000011000010101010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85485B; }

 p { color: rgb(133,72,91); }

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

<style>
 a { background-color: #85485B; }

 a { background-color: rgb(133,72,91); }

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

<style>
 span { border-color: #85485B; }

 span { border-color: rgb(133,72,91); }

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