Html Css Color HEX #980D49 Jazzberry Jam

📋 copy color: '#980D49'

red 152 ◦ green 13 ◦ blue 73

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

Shades of Jazzberry Jam #980D49

Tints of Jazzberry Jam #980D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

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

R = 63.87%
G = 5.46%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#980D49 (or 0x980D49) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 49. RGB value is (152,13,73). Sum of RGB (Red+Green+Blue) = 152+13+73=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #980D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D49 is #67F2B6. Grayscale: #3D3D3D. Windows color (decimal): -6812343 or 4787608. OLE color: 4787608.

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

Color convert

RGB 152 13 73 -
CMYK 0 0.91 0.52 0.40
HSL 334.1º 0.84% 0.32% -
HSV(B) 334.1º 0.91% 0.6% -
XYZ 14.3 7.44 6.99 -
YUV 61.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 152 13 73 0 0.91 0.52 0.40 334.1 0.84 0.32
Hex 98 D 49 0 5B 34 28 14E 54 20
Octal 230 15 111 0 133 64 50 516 124 40
Binary 10011000 1101 1001001 0 1011011 110100 101000 101001110 1010100 100000

Color Harmonies of #980D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D49

Black with #980D49

Text Example


Text Example

White with #980D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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