Html Css Color HEX #980C54 Jazzberry Jam

📋 copy color: '#980C54'

red 152 ◦ green 12 ◦ blue 84

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

Shades of Jazzberry Jam #980C54

Tints of Jazzberry Jam #980C54

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.84%

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 61.29%
G = 4.84%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980C54 (or 0x980C54) is known color: Jazzberry Jam. HEX triplet: 98, 0C and 54. RGB value is (152,12,84). Sum of RGB (Red+Green+Blue) = 152+12+84=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #980C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C54 is #67F3AB. Grayscale: #3D3D3D. Windows color (decimal): -6812588 or 5508248. OLE color: 5508248.

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

Color convert

RGB 152 12 84 -
CMYK 0 0.92 0.45 0.40
HSL 329.14º 0.85% 0.32% -
HSV(B) 329.14º 0.92% 0.6% -
XYZ 14.68 7.58 9.08 -
YUV 62.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 152 12 84 0 0.92 0.45 0.40 329.14 0.85 0.32
Hex 98 C 54 0 5C 2D 28 149 55 20
Octal 230 14 124 0 134 55 50 511 125 40
Binary 10011000 1100 1010100 0 1011100 101101 101000 101001001 1010101 100000

Color Harmonies of #980C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C54

Black with #980C54

Text Example


Text Example

White with #980C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,12,84); }

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

background-color css

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

 a { background-color: rgb(152,12,84); }

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

border-color css

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

 span { border-color: rgb(152,12,84); }

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