#8B5059

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

Shades of Cannon Pink #8B5059

Tints of Cannon Pink #8B5059

Color information

#8B5059 (or 0x8B5059) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 59. RGB value is (139,80,89). Sum of RGB (Red+Green+Blue) = 139+80+89=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5059 is #74AFA6. Grayscale: #626262. Windows color (decimal): -7647143 or 5853323. OLE color: 5853323.

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

Color convert

RGB1398089-
CMYK00.420.360.45
HSL350.85º26.94%42.94%-
HSV(B)350.85º42.45%54.51%-
XYZ15.3211.9510.95-
YUV98.67122.55156.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=45.13%
G=25.97%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139808900.420.360.45350.8526.9442.94
Hex8B505902A242D15f1b2b
Octal21312013105244555373353
Binary1000101110100001011001010101010010010110110101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,89); }

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

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

 a { background-color: rgb(139,80,89); }

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

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

 span { border-color: rgb(139,80,89); }

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