#8B4A5F

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

Shades of Cannon Pink #8B4A5F

Tints of Cannon Pink #8B4A5F

Color information

#8B4A5F (or 0x8B4A5F) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4A and 5F. RGB value is (139,74,95). Sum of RGB (Red+Green+Blue) = 139+74+95=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A5F is #74B5A0. Grayscale: #5F5F5F. Windows color (decimal): -7648673 or 6245003. OLE color: 6245003.

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

Color convert

RGB1397495-
CMYK00.470.320.45
HSL340.62º30.52%41.76%-
HSV(B)340.62º46.76%54.51%-
XYZ15.1611.2112.19-
YUV95.83127.53158.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=45.13%
G=24.03%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139749500.470.320.45340.6230.5241.76
Hex8B4A5F02F202D1551f2a
Octal21311213705740555253752
Binary1000101110010101011111010111110000010110110101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,95); }

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

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

 a { background-color: rgb(139,74,95); }

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

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

 span { border-color: rgb(139,74,95); }

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