#8B515E

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

Shades of Cannon Pink #8B515E

Tints of Cannon Pink #8B515E

Color information

#8B515E (or 0x8B515E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 51 and 5E. RGB value is (139,81,94). Sum of RGB (Red+Green+Blue) = 139+81+94=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B515E is #74AEA1. Grayscale: #636363. Windows color (decimal): -7646882 or 6181259. OLE color: 6181259.

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

Color convert

RGB1398194-
CMYK00.420.320.45
HSL346.55º26.36%43.14%-
HSV(B)346.55º41.73%54.51%-
XYZ15.6112.1812.12-
YUV99.82124.72155.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=44.27%
G=25.80%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139819400.420.320.45346.5526.3643.14
Hex8B515E02A202D15b1a2b
Octal21312113605240555333253
Binary1000101110100011011110010101010000010110110101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,81,94); }

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

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

 a { background-color: rgb(139,81,94); }

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

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

 span { border-color: rgb(139,81,94); }

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