#8B525E

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

Shades of Cannon Pink #8B525E

Tints of Cannon Pink #8B525E

Color information

#8B525E (or 0x8B525E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 5E. RGB value is (139,82,94). Sum of RGB (Red+Green+Blue) = 139+82+94=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B525E is #74ADA1. Grayscale: #646464. Windows color (decimal): -7646626 or 6181515. OLE color: 6181515.

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

Color convert

RGB1398294-
CMYK00.410.320.45
HSL347.37º25.79%43.33%-
HSV(B)347.37º41.01%54.51%-
XYZ15.6912.3312.14-
YUV100.41124.38155.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=44.13%
G=26.03%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139829400.410.320.45347.3725.7943.33
Hex8B525E029202D15b1a2b
Octal21312213605140555333253
Binary1000101110100101011110010100110000010110110101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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