Html Css Color HEX #980249 Jazzberry Jam

📋 copy color: '#980249'

red 152 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #980249

Tints of Jazzberry Jam #980249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 66.96%
G = 0.88%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#980249 (or 0x980249) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 49. RGB value is (152,2,73). Sum of RGB (Red+Green+Blue) = 152+2+73=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #980249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980249 is #67FDB6. Grayscale: #363636. Windows color (decimal): -6815159 or 4784792. OLE color: 4784792.

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

Color convert

RGB 152 2 73 -
CMYK 0 0.99 0.52 0.40
HSL 331.6º 0.97% 0.3% -
HSV(B) 331.6º 0.99% 0.6% -
XYZ 14.17 7.2 6.95 -
YUV 54.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 152 2 73 0 0.99 0.52 0.40 331.6 0.97 0.3
Hex 98 2 49 0 63 34 28 14C 61 1E
Octal 230 2 111 0 143 64 50 514 141 36
Binary 10011000 10 1001001 0 1100011 110100 101000 101001100 1100001 11110

Color Harmonies of #980249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980249

Black with #980249

Text Example


Text Example

White with #980249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980249; }

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

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

background-color css

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

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

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

border-color css

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

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

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