#8B4F67

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

Shades of Cannon Pink #8B4F67

Tints of Cannon Pink #8B4F67

Color information

#8B4F67 (or 0x8B4F67) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4F and 67. RGB value is (139,79,103). Sum of RGB (Red+Green+Blue) = 139+79+103=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F67 is #74B098. Grayscale: #636363. Windows color (decimal): -7647385 or 6770571. OLE color: 6770571.

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

Color convert

RGB13979103-
CMYK00.430.260.45
HSL336º27.52%42.75%-
HSV(B)336º43.17%54.51%-
XYZ15.8912.0614.32-
YUV99.68129.88156.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=43.30%
G=24.61%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397910300.430.260.4533627.5242.75
Hex8B4F6702B1A2D1501c2b
Octal21311714705332555203453
Binary100010111001111110011101010111101010110110101000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,79,103); }

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

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

 a { background-color: rgb(139,79,103); }

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

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

 span { border-color: rgb(139,79,103); }

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