#8B4265

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

Shades of Cannon Pink #8B4265

Tints of Cannon Pink #8B4265

Color information

#8B4265 (or 0x8B4265) is unknown color: approx Cannon Pink. HEX triplet: 8B, 42 and 65. RGB value is (139,66,101). Sum of RGB (Red+Green+Blue) = 139+66+101=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4265 is #74BD9A. Grayscale: #5B5B5B. Windows color (decimal): -7650715 or 6636171. OLE color: 6636171.

HSL color Cylindrical-coordinate representation of color #8B4265: hue angle of 331.23º 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 #8B4265 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB13966101-
CMYK00.530.270.45
HSL331.23º35.61%40.2%-
HSV(B)331.23º52.52%54.51%-
XYZ14.9410.3213.52-
YUV91.82133.18161.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=45.42%
G=21.57%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396610100.530.270.45331.2335.6140.2
Hex8B42650351B2D14b2428
Octal21310214506533555134450
Binary1000101110000101100101011010111011101101101001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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