#8B4D58

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

Shades of Cannon Pink #8B4D58

Tints of Cannon Pink #8B4D58

Color information

#8B4D58 (or 0x8B4D58) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4D and 58. RGB value is (139,77,88). Sum of RGB (Red+Green+Blue) = 139+77+88=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D58 is #74B2A7. Grayscale: #606060. Windows color (decimal): -7647912 or 5787019. OLE color: 5787019.

HSL color Cylindrical-coordinate representation of color #8B4D58: hue angle of 349.35º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4D58 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1397788-
CMYK00.450.370.45
HSL349.35º28.7%42.35%-
HSV(B)349.35º44.6%54.51%-
XYZ15.0611.510.66-
YUV96.79123.04158.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=45.72%
G=25.33%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139778800.450.370.45349.3528.742.35
Hex8B4D5802D252D15d1d2a
Octal21311513005545555353552
Binary1000101110011011011000010110110010110110110101110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,88); }

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

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

 a { background-color: rgb(139,77,88); }

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

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

 span { border-color: rgb(139,77,88); }

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