#8B5369

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

Shades of Cannon Pink #8B5369

Tints of Cannon Pink #8B5369

Color information

#8B5369 (or 0x8B5369) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 69. RGB value is (139,83,105). Sum of RGB (Red+Green+Blue) = 139+83+105=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5369 is #74AC96. Grayscale: #666666. Windows color (decimal): -7646359 or 6902667. OLE color: 6902667.

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

Color convert

RGB13983105-
CMYK00.400.240.45
HSL336.43º25.23%43.53%-
HSV(B)336.43º40.29%54.51%-
XYZ16.2912.714.96-
YUV102.25129.55154.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=42.51%
G=25.38%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398310500.400.240.45336.4325.2343.53
Hex8B5369028182D150192c
Octal21312315105030555203154
Binary100010111010011110100101010001100010110110101000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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