#8B4263

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

Shades of Cannon Pink #8B4263

Tints of Cannon Pink #8B4263

Color information

#8B4263 (or 0x8B4263) is unknown color: approx Cannon Pink. HEX triplet: 8B, 42 and 63. RGB value is (139,66,99). Sum of RGB (Red+Green+Blue) = 139+66+99=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4263 is #74BD9C. Grayscale: #5B5B5B. Windows color (decimal): -7650717 or 6505099. OLE color: 6505099.

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

Color convert

RGB1396699-
CMYK00.530.290.45
HSL332.88º35.61%40.2%-
HSV(B)332.88º52.52%54.51%-
XYZ14.8510.2913.01-
YUV91.59132.18161.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=45.72%
G=21.71%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139669900.530.290.45332.8835.6140.2
Hex8B42630351D2D14d2428
Octal21310214306535555154450
Binary1000101110000101100011011010111101101101101001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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