#8B4F62

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

Shades of Cannon Pink #8B4F62

Tints of Cannon Pink #8B4F62

Color information

#8B4F62 (or 0x8B4F62) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4F and 62. RGB value is (139,79,98). Sum of RGB (Red+Green+Blue) = 139+79+98=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F62 is #74B09D. Grayscale: #636363. Windows color (decimal): -7647390 or 6442891. OLE color: 6442891.

HSL color Cylindrical-coordinate representation of color #8B4F62: hue angle of 341º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B4F62 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1397998-
CMYK00.430.290.45
HSL341º27.52%42.75%-
HSV(B)341º43.17%54.51%-
XYZ15.6511.9613.04-
YUV99.11127.38156.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=43.99%
G=25%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139799800.430.290.4534127.5242.75
Hex8B4F6202B1D2D1551c2b
Octal21311714205335555253453
Binary100010111001111110001001010111110110110110101010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4F62; }

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

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

<style>
 a { background-color: #8B4F62; }

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

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

<style>
 span { border-color: #8B4F62; }

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

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