#8B525D

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

Shades of Cannon Pink #8B525D

Tints of Cannon Pink #8B525D

Color information

#8B525D (or 0x8B525D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 5D. RGB value is (139,82,93). Sum of RGB (Red+Green+Blue) = 139+82+93=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B525D is #74ADA2. Grayscale: #646464. Windows color (decimal): -7646627 or 6115979. OLE color: 6115979.

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

Color convert

RGB1398293-
CMYK00.410.330.45
HSL348.42º25.79%43.33%-
HSV(B)348.42º41.01%54.51%-
XYZ15.6412.3111.91-
YUV100.3123.88155.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=44.27%
G=26.11%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139829300.410.330.45348.4225.7943.33
Hex8B525D029212D15c1a2b
Octal21312213505141555343253
Binary1000101110100101011101010100110000110110110101110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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