#8B4264

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

Shades of Cannon Pink #8B4264

Tints of Cannon Pink #8B4264

Color information

#8B4264 (or 0x8B4264) is unknown color: approx Cannon Pink. HEX triplet: 8B, 42 and 64. RGB value is (139,66,100). Sum of RGB (Red+Green+Blue) = 139+66+100=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4264 is #74BD9B. Grayscale: #5B5B5B. Windows color (decimal): -7650716 or 6570635. OLE color: 6570635.

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

Color convert

RGB13966100-
CMYK00.530.280.45
HSL332.05º35.61%40.2%-
HSV(B)332.05º52.52%54.51%-
XYZ14.910.3113.26-
YUV91.7132.68161.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=45.57%
G=21.64%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396610000.530.280.45332.0535.6140.2
Hex8B42640351C2D14c2428
Octal21310214406534555144450
Binary1000101110000101100100011010111100101101101001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,100); }

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

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

 a { background-color: rgb(139,66,100); }

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

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

 span { border-color: rgb(139,66,100); }

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