#8D536B

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

Shades of Cannon Pink #8D536B

Tints of Cannon Pink #8D536B

Color information

#8D536B (or 0x8D536B) is unknown color: approx Cannon Pink. HEX triplet: 8D, 53 and 6B. RGB value is (141,83,107). Sum of RGB (Red+Green+Blue) = 141+83+107=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D536B is #72AC94. Grayscale: #676767. Windows color (decimal): -7515285 or 7033741. OLE color: 7033741.

HSL color Cylindrical-coordinate representation of color #8D536B: hue angle of 335.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D536B is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB14183107-
CMYK00.410.240.45
HSL335.17º25.89%43.92%-
HSV(B)335.17º41.13%55.29%-
XYZ16.7312.9115.52-
YUV103.08130.22155.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=42.60%
G=25.08%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418310700.410.240.45335.1725.8943.92
Hex8D536B029182D14f1a2c
Octal21512315305130555173254
Binary100011011010011110101101010011100010110110100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,107); }

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

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

 a { background-color: rgb(141,83,107); }

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

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

 span { border-color: rgb(141,83,107); }

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