Html Css Color HEX #980F48 Jazzberry Jam

📋 copy color: '#980F48'

red 152 ◦ green 15 ◦ blue 72

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

Shades of Jazzberry Jam #980F48

Tints of Jazzberry Jam #980F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 63.6%
G = 6.28%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#980F48 (or 0x980F48) is known color: Jazzberry Jam. HEX triplet: 98, 0F and 48. RGB value is (152,15,72). Sum of RGB (Red+Green+Blue) = 152+15+72=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #980F48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F48 is #67F0B7. Grayscale: #3E3E3E. Windows color (decimal): -6811832 or 4722584. OLE color: 4722584.

HSL color Cylindrical-coordinate representation of color #980F48: hue angle of 335.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F48 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 72 -
CMYK 0 0.90 0.53 0.40
HSL 335.04º 0.82% 0.33% -
HSV(B) 335.04º 0.9% 0.6% -
XYZ 14.29 7.48 6.82 -
YUV 62.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 152 15 72 0 0.90 0.53 0.40 335.04 0.82 0.33
Hex 98 F 48 0 5A 35 28 14F 52 21
Octal 230 17 110 0 132 65 50 517 122 41
Binary 10011000 1111 1001000 0 1011010 110101 101000 101001111 1010010 100001

Color Harmonies of #980F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F48

Black with #980F48

Text Example


Text Example

White with #980F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,15,72); }

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

background-color css

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

 a { background-color: rgb(152,15,72); }

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

border-color css

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

 span { border-color: rgb(152,15,72); }

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