Html Css Color HEX #980F4F Jazzberry Jam

📋 copy color: '#980F4F'

red 152 ◦ green 15 ◦ blue 79

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

Shades of Jazzberry Jam #980F4F

Tints of Jazzberry Jam #980F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 61.79%
G = 6.1%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#980F4F (or 0x980F4F) is known color: Jazzberry Jam. HEX triplet: 98, 0F and 4F. RGB value is (152,15,79). Sum of RGB (Red+Green+Blue) = 152+15+79=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #980F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F4F is #67F0B0. Grayscale: #3F3F3F. Windows color (decimal): -6811825 or 5181336. OLE color: 5181336.

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

Color convert

RGB 152 15 79 -
CMYK 0 0.90 0.48 0.40
HSL 331.97º 0.82% 0.33% -
HSV(B) 331.97º 0.9% 0.6% -
XYZ 14.53 7.58 8.09 -
YUV 63.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 152 15 79 0 0.90 0.48 0.40 331.97 0.82 0.33
Hex 98 F 4F 0 5A 30 28 14C 52 21
Octal 230 17 117 0 132 60 50 514 122 41
Binary 10011000 1111 1001111 0 1011010 110000 101000 101001100 1010010 100001

Color Harmonies of #980F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F4F

Black with #980F4F

Text Example


Text Example

White with #980F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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