Html Css Color HEX #8D0049 Jazzberry Jam

📋 copy color: '#8D0049'

red 141 ◦ green 0 ◦ blue 73

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

Shades of Jazzberry Jam #8D0049

Tints of Jazzberry Jam #8D0049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 65.89%
G = 0%
B = 34.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D0049 (or 0x8D0049) is known color: Jazzberry Jam. HEX triplet: 8D, 00 and 49. RGB value is (141,0,73). Sum of RGB (Red+Green+Blue) = 141+0+73=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0049 is #72FFB6. Grayscale: #323232. Windows color (decimal): -7536567 or 4784269. OLE color: 4784269.

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

Color convert

RGB 141 0 73 -
CMYK 0 1 0.48 0.45
HSL 328.94º 1% 0.28% -
HSV(B) 328.94º 1% 0.55% -
XYZ 12.19 6.14 6.85 -
YUV 50.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 141 0 73 0 1 0.48 0.45 328.94 1 0.28
Hex 8D 0 49 0 64 30 2D 149 64 1C
Octal 215 0 111 0 144 60 55 511 144 34
Binary 10001101 0 1001001 0 1100100 110000 101101 101001001 1100100 11100

Color Harmonies of #8D0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0049

Black with #8D0049

Text Example


Text Example

White with #8D0049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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