#8B526D

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

Shades of Cannon Pink #8B526D

Tints of Cannon Pink #8B526D

Color information

#8B526D (or 0x8B526D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 6D. RGB value is (139,82,109). Sum of RGB (Red+Green+Blue) = 139+82+109=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B526D is #74AD92. Grayscale: #666666. Windows color (decimal): -7646611 or 7164555. OLE color: 7164555.

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

Color convert

RGB13982109-
CMYK00.410.220.45
HSL331.58º25.79%43.33%-
HSV(B)331.58º41.01%54.51%-
XYZ16.4312.6316.04-
YUV102.12131.88154.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=42.12%
G=24.85%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398210900.410.220.45331.5825.7943.33
Hex8B526D029162D14c1a2b
Octal21312215505126555143253
Binary100010111010010110110101010011011010110110100110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,109); }

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

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

 a { background-color: rgb(139,82,109); }

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

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

 span { border-color: rgb(139,82,109); }

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