#8B5572

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

Shades of Cannon Pink #8B5572

Tints of Cannon Pink #8B5572

Color information

#8B5572 (or 0x8B5572) is unknown color: approx Cannon Pink. HEX triplet: 8B, 55 and 72. RGB value is (139,85,114). Sum of RGB (Red+Green+Blue) = 139+85+114=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5572 is #74AA8D. Grayscale: #686868. Windows color (decimal): -7645838 or 7493003. OLE color: 7493003.

HSL color Cylindrical-coordinate representation of color #8B5572: hue angle of 327.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5572 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB13985114-
CMYK00.390.180.45
HSL327.78º24.11%43.92%-
HSV(B)327.78º38.85%54.51%-
XYZ16.9313.217.58-
YUV104.45133.39152.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=41.12%
G=25.15%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398511400.390.180.45327.7824.1143.92
Hex8B5572027122D148182c
Octal21312516204722555103054
Binary100010111010101111001001001111001010110110100100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,114); }

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

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

 a { background-color: rgb(139,85,114); }

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

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

 span { border-color: rgb(139,85,114); }

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