#8B515C

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

Shades of Cannon Pink #8B515C

Tints of Cannon Pink #8B515C

Color information

#8B515C (or 0x8B515C) is unknown color: approx Cannon Pink. HEX triplet: 8B, 51 and 5C. RGB value is (139,81,92). Sum of RGB (Red+Green+Blue) = 139+81+92=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B515C is #74AEA3. Grayscale: #636363. Windows color (decimal): -7646884 or 6050187. OLE color: 6050187.

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

Color convert

RGB1398192-
CMYK00.420.340.45
HSL348.62º26.36%43.14%-
HSV(B)348.62º41.73%54.51%-
XYZ15.5212.1511.65-
YUV99.6123.72156.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=44.55%
G=25.96%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139819200.420.340.45348.6226.3643.14
Hex8B515C02A222D15d1a2b
Octal21312113405242555353253
Binary1000101110100011011100010101010001010110110101110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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