Html Css Color HEX #980C52 Jazzberry Jam

📋 copy color: '#980C52'

red 152 ◦ green 12 ◦ blue 82

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

Shades of Jazzberry Jam #980C52

Tints of Jazzberry Jam #980C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 61.79%
G = 4.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#980C52 (or 0x980C52) is known color: Jazzberry Jam. HEX triplet: 98, 0C and 52. RGB value is (152,12,82). Sum of RGB (Red+Green+Blue) = 152+12+82=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #980C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C52 is #67F3AD. Grayscale: #3D3D3D. Windows color (decimal): -6812590 or 5377176. OLE color: 5377176.

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

Color convert

RGB 152 12 82 -
CMYK 0 0.92 0.46 0.40
HSL 330º 0.85% 0.32% -
HSV(B) 330º 0.92% 0.6% -
XYZ 14.6 7.55 8.67 -
YUV 61.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 152 12 82 0 0.92 0.46 0.40 330 0.85 0.32
Hex 98 C 52 0 5C 2E 28 14A 55 20
Octal 230 14 122 0 134 56 50 512 125 40
Binary 10011000 1100 1010010 0 1011100 101110 101000 101001010 1010101 100000

Color Harmonies of #980C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C52

Black with #980C52

Text Example


Text Example

White with #980C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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