#854F62

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

Shades of Cannon Pink #854F62

Tints of Cannon Pink #854F62

Color information

#854F62 (or 0x854F62) is unknown color: approx Cannon Pink. HEX triplet: 85, 4F and 62. RGB value is (133,79,98). Sum of RGB (Red+Green+Blue) = 133+79+98=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #854F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F62 is #7AB09D. Grayscale: #616161. Windows color (decimal): -8040606 or 6442885. OLE color: 6442885.

HSL color Cylindrical-coordinate representation of color #854F62: hue angle of 338.89º 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 #854F62 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1337998-
CMYK00.410.260.48
HSL338.89º25.47%41.57%-
HSV(B)338.89º40.6%52.16%-
XYZ14.6711.4612.99-
YUV97.31128.39153.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=42.90%
G=25.48%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133799800.410.260.48338.8925.4741.57
Hex854F620291A30153192a
Octal20511714205132605233152
Binary100001011001111110001001010011101011000010101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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