Html Css Color HEX #8D4974 Cannon Pink

📋 copy color: '#8D4974'

red 141 ◦ green 73 ◦ blue 116

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

Shades of Cannon Pink #8D4974

Tints of Cannon Pink #8D4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 42.73%
G = 22.12%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D4974 (or 0x8D4974) is known color: Cannon Pink. HEX triplet: 8D, 49 and 74. RGB value is (141,73,116). Sum of RGB (Red+Green+Blue) = 141+73+116=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4974 is #72B68B. Grayscale: #626262. Windows color (decimal): -7517836 or 7621005. OLE color: 7621005.

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

Color convert

RGB 141 73 116 -
CMYK 0 0.48 0.18 0.45
HSL 322.06º 0.32% 0.42% -
HSV(B) 322.06º 0.48% 0.55% -
XYZ 16.52 11.69 17.91 -
YUV 98.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 141 73 116 0 0.48 0.18 0.45 322.06 0.32 0.42
Hex 8D 49 74 0 30 12 2D 142 20 2A
Octal 215 111 164 0 60 22 55 502 40 52
Binary 10001101 1001001 1110100 0 110000 10010 101101 101000010 100000 101010

Color Harmonies of #8D4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4974

Black with #8D4974

Text Example


Text Example

White with #8D4974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,73,116); }

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

background-color css

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

 a { background-color: rgb(141,73,116); }

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

border-color css

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

 span { border-color: rgb(141,73,116); }

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