#8B4E5D

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

Shades of Cannon Pink #8B4E5D

Tints of Cannon Pink #8B4E5D

Color information

#8B4E5D (or 0x8B4E5D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4E and 5D. RGB value is (139,78,93). Sum of RGB (Red+Green+Blue) = 139+78+93=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E5D is #74B1A2. Grayscale: #616161. Windows color (decimal): -7647651 or 6114955. OLE color: 6114955.

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

Color convert

RGB1397893-
CMYK00.440.330.45
HSL345.25º28.11%42.55%-
HSV(B)345.25º43.88%54.51%-
XYZ15.3511.7311.81-
YUV97.95125.21157.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 93 (36.72% from 255) = 30%
R=44.84%
G=25.16%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139789300.440.330.45345.2528.1142.55
Hex8B4E5D02C212D1591c2b
Octal21311613505441555313453
Binary1000101110011101011101010110010000110110110101100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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