#8B5365

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

Shades of Cannon Pink #8B5365

Tints of Cannon Pink #8B5365

Color information

#8B5365 (or 0x8B5365) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 65. RGB value is (139,83,101). Sum of RGB (Red+Green+Blue) = 139+83+101=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5365 is #74AC9A. Grayscale: #656565. Windows color (decimal): -7646363 or 6640523. OLE color: 6640523.

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

Color convert

RGB13983101-
CMYK00.400.270.45
HSL340.71º25.23%43.53%-
HSV(B)340.71º40.29%54.51%-
XYZ16.0912.6213.9-
YUV101.8127.55154.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=43.03%
G=25.70%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398310100.400.270.45340.7125.2343.53
Hex8B53650281B2D155192c
Octal21312314505033555253154
Binary100010111010011110010101010001101110110110101010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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