Html Css Color HEX #971249 Jazzberry Jam

📋 copy color: '#971249'

red 151 ◦ green 18 ◦ blue 73

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

Shades of Jazzberry Jam #971249

Tints of Jazzberry Jam #971249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 62.4%
G = 7.44%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#971249 (or 0x971249) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 49. RGB value is (151,18,73). Sum of RGB (Red+Green+Blue) = 151+18+73=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #971249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971249 is #68EDB6. Grayscale: #3F3F3F. Windows color (decimal): -6876599 or 4788887. OLE color: 4788887.

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

Color convert

RGB 151 18 73 -
CMYK 0 0.88 0.52 0.41
HSL 335.19º 0.79% 0.33% -
HSV(B) 335.19º 0.88% 0.59% -
XYZ 14.18 7.49 7 -
YUV 64.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 151 18 73 0 0.88 0.52 0.41 335.19 0.79 0.33
Hex 97 12 49 0 58 34 29 14F 4F 21
Octal 227 22 111 0 130 64 51 517 117 41
Binary 10010111 10010 1001001 0 1011000 110100 101001 101001111 1001111 100001

Color Harmonies of #971249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971249

Black with #971249

Text Example


Text Example

White with #971249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971249; }

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

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

background-color css

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

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

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

border-color css

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

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

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