Html Css Color HEX #980D46 Jazzberry Jam

📋 copy color: '#980D46'

red 152 ◦ green 13 ◦ blue 70

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

Shades of Jazzberry Jam #980D46

Tints of Jazzberry Jam #980D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 64.68%
G = 5.53%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#980D46 (or 0x980D46) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 46. RGB value is (152,13,70). Sum of RGB (Red+Green+Blue) = 152+13+70=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #980D46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D46 is #67F2B9. Grayscale: #3C3C3C. Windows color (decimal): -6812346 or 4591000. OLE color: 4591000.

HSL color Cylindrical-coordinate representation of color #980D46: hue angle of 335.4º 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 #980D46 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 13 70 -
CMYK 0 0.91 0.54 0.40
HSL 335.4º 0.84% 0.32% -
HSV(B) 335.4º 0.91% 0.6% -
XYZ 14.2 7.41 6.48 -
YUV 61.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 152 13 70 0 0.91 0.54 0.40 335.4 0.84 0.32
Hex 98 D 46 0 5B 36 28 14F 54 20
Octal 230 15 106 0 133 66 50 517 124 40
Binary 10011000 1101 1000110 0 1011011 110110 101000 101001111 1010100 100000

Color Harmonies of #980D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D46

Black with #980D46

Text Example


Text Example

White with #980D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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