Html Css Color HEX #980052 Jazzberry Jam

📋 copy color: '#980052'

red 152 ◦ green 0 ◦ blue 82

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

Shades of Jazzberry Jam #980052

Tints of Jazzberry Jam #980052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.96%
G = 0%
B = 35.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#980052 (or 0x980052) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 52. RGB value is (152,0,82). Sum of RGB (Red+Green+Blue) = 152+0+82=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #980052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980052 is #67FFAD. Grayscale: #363636. Windows color (decimal): -6815662 or 5374104. OLE color: 5374104.

HSL color Cylindrical-coordinate representation of color #980052: hue angle of 327.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980052 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 82 -
CMYK 0 1 0.46 0.40
HSL 327.63º 1% 0.3% -
HSV(B) 327.63º 1% 0.6% -
XYZ 14.47 7.28 8.63 -
YUV 54.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 152 0 82 0 1 0.46 0.40 327.63 1 0.3
Hex 98 0 52 0 64 2E 28 148 64 1E
Octal 230 0 122 0 144 56 50 510 144 36
Binary 10011000 0 1010010 0 1100100 101110 101000 101001000 1100100 11110

Color Harmonies of #980052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980052

Black with #980052

Text Example


Text Example

White with #980052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980052; }

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

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

background-color css

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

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

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

border-color css

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

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

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