Html Css Color HEX #971049 Jazzberry Jam

📋 copy color: '#971049'

red 151 ◦ green 16 ◦ blue 73

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

Shades of Jazzberry Jam #971049

Tints of Jazzberry Jam #971049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

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

R = 62.92%
G = 6.67%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#971049 (or 0x971049) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 49. RGB value is (151,16,73). Sum of RGB (Red+Green+Blue) = 151+16+73=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #971049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971049 is #68EFB6. Grayscale: #3E3E3E. Windows color (decimal): -6877111 or 4788375. OLE color: 4788375.

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

Color convert

RGB 151 16 73 -
CMYK 0 0.89 0.52 0.41
HSL 334.67º 0.81% 0.33% -
HSV(B) 334.67º 0.89% 0.59% -
XYZ 14.15 7.43 6.99 -
YUV 62.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 151 16 73 0 0.89 0.52 0.41 334.67 0.81 0.33
Hex 97 10 49 0 59 34 29 14F 51 21
Octal 227 20 111 0 131 64 51 517 121 41
Binary 10010111 10000 1001001 0 1011001 110100 101001 101001111 1010001 100001

Color Harmonies of #971049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971049

Black with #971049

Text Example


Text Example

White with #971049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971049; }

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

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

background-color css

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

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

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

border-color css

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

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

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