#8D525F

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

Shades of Cannon Pink #8D525F

Tints of Cannon Pink #8D525F

Color information

#8D525F (or 0x8D525F) is unknown color: approx Cannon Pink. HEX triplet: 8D, 52 and 5F. RGB value is (141,82,95). Sum of RGB (Red+Green+Blue) = 141+82+95=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D525F is #72ADA0. Grayscale: #656565. Windows color (decimal): -7515553 or 6247053. OLE color: 6247053.

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

Color convert

RGB1418295-
CMYK00.420.330.45
HSL346.78º26.46%43.73%-
HSV(B)346.78º41.84%55.29%-
XYZ16.0712.5212.4-
YUV101.12124.55156.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=44.34%
G=25.79%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141829500.420.330.45346.7826.4643.73
Hex8D525F02A212D15b1a2c
Octal21512213705241555333254
Binary1000110110100101011111010101010000110110110101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,82,95); }

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

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

 a { background-color: rgb(141,82,95); }

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

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

 span { border-color: rgb(141,82,95); }

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