#854F61

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

Shades of Cannon Pink #854F61

Tints of Cannon Pink #854F61

Color information

#854F61 (or 0x854F61) is unknown color: approx Cannon Pink. HEX triplet: 85, 4F and 61. RGB value is (133,79,97). Sum of RGB (Red+Green+Blue) = 133+79+97=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #854F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F61 is #7AB09E. Grayscale: #616161. Windows color (decimal): -8040607 or 6377349. OLE color: 6377349.

HSL color Cylindrical-coordinate representation of color #854F61: hue angle of 340º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854F61 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1337997-
CMYK00.410.270.48
HSL340º25.47%41.57%-
HSV(B)340º40.6%52.16%-
XYZ14.6311.4412.75-
YUV97.2127.89153.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=43.04%
G=25.57%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133799700.410.270.4834025.4741.57
Hex854F610291B30154192a
Octal20511714105133605243152
Binary100001011001111110000101010011101111000010101010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854F61; }

 p { color: rgb(133,79,97); }

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

<style>
 a { background-color: #854F61; }

 a { background-color: rgb(133,79,97); }

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

<style>
 span { border-color: #854F61; }

 span { border-color: rgb(133,79,97); }

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