#8B5360

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

Shades of Cannon Pink #8B5360

Tints of Cannon Pink #8B5360

Color information

#8B5360 (or 0x8B5360) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 60. RGB value is (139,83,96). Sum of RGB (Red+Green+Blue) = 139+83+96=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5360 is #74AC9F. Grayscale: #656565. Windows color (decimal): -7646368 or 6312843. OLE color: 6312843.

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

Color convert

RGB1398396-
CMYK00.400.310.45
HSL346.07º25.23%43.53%-
HSV(B)346.07º40.29%54.51%-
XYZ15.8512.5212.65-
YUV101.23125.05154.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=43.71%
G=26.10%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139839600.400.310.45346.0725.2343.53
Hex8B53600281F2D15a192c
Octal21312314005037555323154
Binary100010111010011110000001010001111110110110101101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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