#8B5262

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

Shades of Cannon Pink #8B5262

Tints of Cannon Pink #8B5262

Color information

#8B5262 (or 0x8B5262) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 62. RGB value is (139,82,98). Sum of RGB (Red+Green+Blue) = 139+82+98=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5262 is #74AD9D. Grayscale: #646464. Windows color (decimal): -7646622 or 6443659. OLE color: 6443659.

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

Color convert

RGB1398298-
CMYK00.410.290.45
HSL343.16º25.79%43.33%-
HSV(B)343.16º41.01%54.51%-
XYZ15.8712.4113.11-
YUV100.87126.38155.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=43.57%
G=25.71%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139829800.410.290.45343.1625.7943.33
Hex8B52620291D2D1571a2b
Octal21312214205135555273253
Binary100010111010010110001001010011110110110110101011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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