#85475B

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

Shades of Cannon Pink #85475B

Tints of Cannon Pink #85475B

Color information

#85475B (or 0x85475B) is unknown color: approx Cannon Pink. HEX triplet: 85, 47 and 5B. RGB value is (133,71,91). Sum of RGB (Red+Green+Blue) = 133+71+91=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85475B is #7AB8A4. Grayscale: #5B5B5B. Windows color (decimal): -8042661 or 5982085. OLE color: 5982085.

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

Color convert

RGB1337191-
CMYK00.470.320.48
HSL340.65º30.39%40%-
HSV(B)340.65º46.62%52.16%-
XYZ13.8110.2511.15-
YUV91.82127.54157.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=45.08%
G=24.07%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133719100.470.320.48340.6530.3940
Hex85475B02F20301551e28
Octal20510713305740605253650
Binary1000010110001111011011010111110000011000010101010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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