Html Css Color HEX #980C5B Jazzberry Jam

📋 copy color: '#980C5B'

red 152 ◦ green 12 ◦ blue 91

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

Shades of Jazzberry Jam #980C5B

Tints of Jazzberry Jam #980C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 59.61%
G = 4.71%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#980C5B (or 0x980C5B) is known color: Jazzberry Jam. HEX triplet: 98, 0C and 5B. RGB value is (152,12,91). Sum of RGB (Red+Green+Blue) = 152+12+91=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C5B is #67F3A4. Grayscale: #3E3E3E. Windows color (decimal): -6812581 or 5967000. OLE color: 5967000.

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

Color convert

RGB 152 12 91 -
CMYK 0 0.92 0.40 0.40
HSL 326.14º 0.85% 0.32% -
HSV(B) 326.14º 0.92% 0.6% -
XYZ 14.97 7.69 10.59 -
YUV 62.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 152 12 91 0 0.92 0.40 0.40 326.14 0.85 0.32
Hex 98 C 5B 0 5C 28 28 146 55 20
Octal 230 14 133 0 134 50 50 506 125 40
Binary 10011000 1100 1011011 0 1011100 101000 101000 101000110 1010101 100000

Color Harmonies of #980C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C5B

Black with #980C5B

Text Example


Text Example

White with #980C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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