#85475A

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

Shades of Cannon Pink #85475A

Tints of Cannon Pink #85475A

Color information

#85475A (or 0x85475A) is unknown color: approx Cannon Pink. HEX triplet: 85, 47 and 5A. RGB value is (133,71,90). Sum of RGB (Red+Green+Blue) = 133+71+90=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85475A is #7AB8A5. Grayscale: #5B5B5B. Windows color (decimal): -8042662 or 5916549. OLE color: 5916549.

HSL color Cylindrical-coordinate representation of color #85475A: hue angle of 341.61º 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 #85475A is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1337190-
CMYK00.470.320.48
HSL341.61º30.39%40%-
HSV(B)341.61º46.62%52.16%-
XYZ13.7710.2310.92-
YUV91.7127.04157.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=45.24%
G=24.15%
B=30.61%

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
Decimal133719000.470.320.48341.6130.3940
Hex85475A02F20301561e28
Octal20510713205740605263650
Binary1000010110001111011010010111110000011000010101011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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