Html Css Color HEX #980F47 Jazzberry Jam

📋 copy color: '#980F47'

red 152 ◦ green 15 ◦ blue 71

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

Shades of Jazzberry Jam #980F47

Tints of Jazzberry Jam #980F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.83%

R = 63.87%
G = 6.3%
B = 29.83%

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

#980F47 (or 0x980F47) is known color: Jazzberry Jam. HEX triplet: 98, 0F and 47. RGB value is (152,15,71). Sum of RGB (Red+Green+Blue) = 152+15+71=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #980F47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F47 is #67F0B8. Grayscale: #3E3E3E. Windows color (decimal): -6811833 or 4657048. OLE color: 4657048.

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

Color convert

RGB 152 15 71 -
CMYK 0 0.90 0.53 0.40
HSL 335.47º 0.82% 0.33% -
HSV(B) 335.47º 0.9% 0.6% -
XYZ 14.26 7.47 6.65 -
YUV 62.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 152 15 71 0 0.90 0.53 0.40 335.47 0.82 0.33
Hex 98 F 47 0 5A 35 28 14F 52 21
Octal 230 17 107 0 132 65 50 517 122 41
Binary 10011000 1111 1000111 0 1011010 110101 101000 101001111 1010010 100001

Color Harmonies of #980F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F47

Black with #980F47

Text Example


Text Example

White with #980F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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