Html Css Color HEX #970F49 Jazzberry Jam

📋 copy color: '#970F49'

red 151 ◦ green 15 ◦ blue 73

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

Shades of Jazzberry Jam #970F49

Tints of Jazzberry Jam #970F49

RGB

 RED value IS 151 (59.38% from 255) = 63.18%

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

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 63.18%
G = 6.28%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#970F49 (or 0x970F49) is known color: Jazzberry Jam. HEX triplet: 97, 0F and 49. RGB value is (151,15,73). Sum of RGB (Red+Green+Blue) = 151+15+73=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #970F49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F49 is #68F0B6. Grayscale: #3E3E3E. Windows color (decimal): -6877367 or 4788119. OLE color: 4788119.

HSL color Cylindrical-coordinate representation of color #970F49: hue angle of 334.41º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F49 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 73 -
CMYK 0 0.90 0.52 0.41
HSL 334.41º 0.82% 0.33% -
HSV(B) 334.41º 0.9% 0.59% -
XYZ 14.14 7.4 6.99 -
YUV 62.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 151 15 73 0 0.90 0.52 0.41 334.41 0.82 0.33
Hex 97 F 49 0 5A 34 29 14E 52 21
Octal 227 17 111 0 132 64 51 516 122 41
Binary 10010111 1111 1001001 0 1011010 110100 101001 101001110 1010010 100001

Color Harmonies of #970F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F49

Black with #970F49

Text Example


Text Example

White with #970F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970F49; }

 p { color: rgb(151,15,73); }

 H1.HeaderClassName
 {
   color: #970F49;
 }
 .AnyTagClassName
 {
   color: #970F49;
 }
</style>

background-color css

<style>
 a { background-color: #970F49; }

 a { background-color: rgb(151,15,73); }

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

border-color css

<style>
 span { border-color: #970F49; }

 span { border-color: rgb(151,15,73); }

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