#8B505D

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

Shades of Cannon Pink #8B505D

Tints of Cannon Pink #8B505D

Color information

#8B505D (or 0x8B505D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 5D. RGB value is (139,80,93). Sum of RGB (Red+Green+Blue) = 139+80+93=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B505D is #74AFA2. Grayscale: #636363. Windows color (decimal): -7647139 or 6115467. OLE color: 6115467.

HSL color Cylindrical-coordinate representation of color #8B505D: hue angle of 346.78º 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 #8B505D is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1398093-
CMYK00.420.330.45
HSL346.78º26.94%42.94%-
HSV(B)346.78º42.45%54.51%-
XYZ15.4912.0211.86-
YUV99.12124.55156.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=44.55%
G=25.64%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139809300.420.330.45346.7826.9442.94
Hex8B505D02A212D15b1b2b
Octal21312013505241555333353
Binary1000101110100001011101010101010000110110110101101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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