Html Css Color HEX #8D044A Jazzberry Jam

📋 copy color: '#8D044A'

red 141 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #8D044A

Tints of Jazzberry Jam #8D044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 64.38%
G = 1.83%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D044A (or 0x8D044A) is known color: Jazzberry Jam. HEX triplet: 8D, 04 and 4A. RGB value is (141,4,74). Sum of RGB (Red+Green+Blue) = 141+4+74=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D044A is #72FBB5. Grayscale: #343434. Windows color (decimal): -7535542 or 4850829. OLE color: 4850829.

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

Color convert

RGB 141 4 74 -
CMYK 0 0.97 0.48 0.45
HSL 329.34º 0.94% 0.28% -
HSV(B) 329.34º 0.97% 0.55% -
XYZ 12.26 6.24 7.04 -
YUV 52.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 141 4 74 0 0.97 0.48 0.45 329.34 0.94 0.28
Hex 8D 4 4A 0 61 30 2D 149 5E 1C
Octal 215 4 112 0 141 60 55 511 136 34
Binary 10001101 100 1001010 0 1100001 110000 101101 101001001 1011110 11100

Color Harmonies of #8D044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D044A

Black with #8D044A

Text Example


Text Example

White with #8D044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,4,74); }

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

background-color css

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

 a { background-color: rgb(141,4,74); }

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

border-color css

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

 span { border-color: rgb(141,4,74); }

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