Html Css Color HEX #980049 Jazzberry Jam

📋 copy color: '#980049'

red 152 ◦ green 0 ◦ blue 73

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

Shades of Jazzberry Jam #980049

Tints of Jazzberry Jam #980049

RGB

 RED value IS 152 (59.77% from 255) = 67.56%

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

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

R = 67.56%
G = 0%
B = 32.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#980049 (or 0x980049) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 49. RGB value is (152,0,73). Sum of RGB (Red+Green+Blue) = 152+0+73=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #980049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980049 is #67FFB6. Grayscale: #353535. Windows color (decimal): -6815671 or 4784280. OLE color: 4784280.

HSL color Cylindrical-coordinate representation of color #980049: hue angle of 331.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980049 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 73 -
CMYK 0 1 0.52 0.40
HSL 331.18º 1% 0.3% -
HSV(B) 331.18º 1% 0.6% -
XYZ 14.15 7.16 6.94 -
YUV 53.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 152 0 73 0 1 0.52 0.40 331.18 1 0.3
Hex 98 0 49 0 64 34 28 14B 64 1E
Octal 230 0 111 0 144 64 50 513 144 36
Binary 10011000 0 1001001 0 1100100 110100 101000 101001011 1100100 11110

Color Harmonies of #980049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980049

Black with #980049

Text Example


Text Example

White with #980049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980049; }

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

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

background-color css

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

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

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

border-color css

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

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

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