#8B5367

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

Shades of Cannon Pink #8B5367

Tints of Cannon Pink #8B5367

Color information

#8B5367 (or 0x8B5367) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 67. RGB value is (139,83,103). Sum of RGB (Red+Green+Blue) = 139+83+103=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5367 is #74AC98. Grayscale: #656565. Windows color (decimal): -7646361 or 6771595. OLE color: 6771595.

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

Color convert

RGB13983103-
CMYK00.400.260.45
HSL338.57º25.23%43.53%-
HSV(B)338.57º40.29%54.51%-
XYZ16.1912.6514.42-
YUV102.02128.55154.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=42.77%
G=25.54%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398310300.400.260.45338.5725.2343.53
Hex8B53670281A2D153192c
Octal21312314705032555233154
Binary100010111010011110011101010001101010110110101001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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