Html Css Color HEX #980C56 Jazzberry Jam

📋 copy color: '#980C56'

red 152 ◦ green 12 ◦ blue 86

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

Shades of Jazzberry Jam #980C56

Tints of Jazzberry Jam #980C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 60.8%
G = 4.8%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#980C56 (or 0x980C56) is known color: Jazzberry Jam. HEX triplet: 98, 0C and 56. RGB value is (152,12,86). Sum of RGB (Red+Green+Blue) = 152+12+86=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #980C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C56 is #67F3A9. Grayscale: #3E3E3E. Windows color (decimal): -6812586 or 5639320. OLE color: 5639320.

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

Color convert

RGB 152 12 86 -
CMYK 0 0.92 0.43 0.40
HSL 328.29º 0.85% 0.32% -
HSV(B) 328.29º 0.92% 0.6% -
XYZ 14.76 7.61 9.5 -
YUV 62.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 152 12 86 0 0.92 0.43 0.40 328.29 0.85 0.32
Hex 98 C 56 0 5C 2B 28 148 55 20
Octal 230 14 126 0 134 53 50 510 125 40
Binary 10011000 1100 1010110 0 1011100 101011 101000 101001000 1010101 100000

Color Harmonies of #980C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C56

Black with #980C56

Text Example


Text Example

White with #980C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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