Html Css Color HEX #8D4D72 Cannon Pink

📋 copy color: '#8D4D72'

red 141 ◦ green 77 ◦ blue 114

#8D4D72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8D4D72

Tints of Cannon Pink #8D4D72

RGB

 RED value IS 141 (55.47% from 255) = 42.47%

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 42.47%
G = 23.19%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D4D72 (or 0x8D4D72) is known color: Cannon Pink. HEX triplet: 8D, 4D and 72. RGB value is (141,77,114). Sum of RGB (Red+Green+Blue) = 141+77+114=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4D72 is #72B28D. Grayscale: #646464. Windows color (decimal): -7516814 or 7490957. OLE color: 7490957.

HSL color Cylindrical-coordinate representation of color #8D4D72: hue angle of 325.31º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D4D72 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 77 114 -
CMYK 0 0.45 0.19 0.45
HSL 325.31º 0.29% 0.43% -
HSV(B) 325.31º 0.45% 0.55% -
XYZ 16.68 12.19 17.39 -
YUV 100.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 141 77 114 0 0.45 0.19 0.45 325.31 0.29 0.43
Hex 8D 4D 72 0 2D 13 2D 145 1D 2B
Octal 215 115 162 0 55 23 55 505 35 53
Binary 10001101 1001101 1110010 0 101101 10011 101101 101000101 11101 101011

Color Harmonies of #8D4D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4D72

Black with #8D4D72

Text Example


Text Example

White with #8D4D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,77,114); }

 H1.HeaderClassName
 {
   color: #8D4D72;
 }
 .AnyTagClassName
 {
   color: #8D4D72;
 }
</style>

background-color css

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

 a { background-color: rgb(141,77,114); }

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

border-color css

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

 span { border-color: rgb(141,77,114); }

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