Html Css Color HEX #980D40 Jazzberry Jam

📋 copy color: '#980D40'

red 152 ◦ green 13 ◦ blue 64

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

Shades of Jazzberry Jam #980D40

Tints of Jazzberry Jam #980D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.68%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 66.38%
G = 5.68%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#980D40 (or 0x980D40) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 40. RGB value is (152,13,64). Sum of RGB (Red+Green+Blue) = 152+13+64=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #980D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D40 is #67F2BF. Grayscale: #3C3C3C. Windows color (decimal): -6812352 or 4197784. OLE color: 4197784.

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

Color convert

RGB 152 13 64 -
CMYK 0 0.91 0.58 0.40
HSL 337.99º 0.84% 0.32% -
HSV(B) 337.99º 0.91% 0.6% -
XYZ 14.02 7.33 5.53 -
YUV 60.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 152 13 64 0 0.91 0.58 0.40 337.99 0.84 0.32
Hex 98 D 40 0 5B 3A 28 152 54 20
Octal 230 15 100 0 133 72 50 522 124 40
Binary 10011000 1101 1000000 0 1011011 111010 101000 101010010 1010100 100000

Color Harmonies of #980D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D40

Black with #980D40

Text Example


Text Example

White with #980D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,64); }

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

background-color css

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

 a { background-color: rgb(152,13,64); }

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

border-color css

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

 span { border-color: rgb(152,13,64); }

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