Html Css Color HEX #8D5572 Cannon Pink

📋 copy color: '#8D5572'

red 141 ◦ green 85 ◦ blue 114

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

Shades of Cannon Pink #8D5572

Tints of Cannon Pink #8D5572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

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

R = 41.47%
G = 25%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D5572 (or 0x8D5572) is known color: Cannon Pink. HEX triplet: 8D, 55 and 72. RGB value is (141,85,114). Sum of RGB (Red+Green+Blue) = 141+85+114=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5572 is #72AA8D. Grayscale: #686868. Windows color (decimal): -7514766 or 7493005. OLE color: 7493005.

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

Color convert

RGB 141 85 114 -
CMYK 0 0.40 0.19 0.45
HSL 328.93º 0.25% 0.44% -
HSV(B) 328.93º 0.4% 0.55% -
XYZ 17.27 13.37 17.59 -
YUV 105.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 141 85 114 0 0.40 0.19 0.45 328.93 0.25 0.44
Hex 8D 55 72 0 28 13 2D 149 19 2C
Octal 215 125 162 0 50 23 55 511 31 54
Binary 10001101 1010101 1110010 0 101000 10011 101101 101001001 11001 101100

Color Harmonies of #8D5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5572

Black with #8D5572

Text Example


Text Example

White with #8D5572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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