#8B5363

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

Shades of Cannon Pink #8B5363

Tints of Cannon Pink #8B5363

Color information

#8B5363 (or 0x8B5363) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 63. RGB value is (139,83,99). Sum of RGB (Red+Green+Blue) = 139+83+99=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5363 is #74AC9C. Grayscale: #656565. Windows color (decimal): -7646365 or 6509451. OLE color: 6509451.

HSL color Cylindrical-coordinate representation of color #8B5363: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5363 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1398399-
CMYK00.400.290.45
HSL342.86º25.23%43.53%-
HSV(B)342.86º40.29%54.51%-
XYZ15.9912.5813.39-
YUV101.57126.55154.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=43.30%
G=25.86%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139839900.400.290.45342.8625.2343.53
Hex8B53630281D2D157192c
Octal21312314305035555273154
Binary100010111010011110001101010001110110110110101011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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