Html Css Color HEX #980940 Jazzberry Jam

📋 copy color: '#980940'

red 152 ◦ green 9 ◦ blue 64

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

Shades of Jazzberry Jam #980940

Tints of Jazzberry Jam #980940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 67.56%
G = 4%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#980940 (or 0x980940) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 40. RGB value is (152,9,64). Sum of RGB (Red+Green+Blue) = 152+9+64=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #980940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980940 is #67F6BF. Grayscale: #393939. Windows color (decimal): -6813376 or 4196760. OLE color: 4196760.

HSL color Cylindrical-coordinate representation of color #980940: hue angle of 336.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980940 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 64 -
CMYK 0 0.94 0.58 0.40
HSL 336.92º 0.89% 0.32% -
HSV(B) 336.92º 0.94% 0.6% -
XYZ 13.97 7.24 5.51 -
YUV 58.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 152 9 64 0 0.94 0.58 0.40 336.92 0.89 0.32
Hex 98 9 40 0 5E 3A 28 151 59 20
Octal 230 11 100 0 136 72 50 521 131 40
Binary 10011000 1001 1000000 0 1011110 111010 101000 101010001 1011001 100000

Color Harmonies of #980940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980940

Black with #980940

Text Example


Text Example

White with #980940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980940; }

 p { color: rgb(152,9,64); }

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

background-color css

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

 a { background-color: rgb(152,9,64); }

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

border-color css

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

 span { border-color: rgb(152,9,64); }

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