Html Css Color HEX #971561 Jazzberry Jam

📋 copy color: '#971561'

red 151 ◦ green 21 ◦ blue 97

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

Shades of Jazzberry Jam #971561

Tints of Jazzberry Jam #971561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

 BLUE value IS 97 (38.28% from 255) = 36.06%

R = 56.13%
G = 7.81%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#971561 (or 0x971561) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 61. RGB value is (151,21,97). Sum of RGB (Red+Green+Blue) = 151+21+97=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #971561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971561 is #68EA9E. Grayscale: #444444. Windows color (decimal): -6875807 or 6362519. OLE color: 6362519.

HSL color Cylindrical-coordinate representation of color #971561: hue angle of 324.92º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971561 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 97 -
CMYK 0 0.86 0.36 0.41
HSL 324.92º 0.76% 0.34% -
HSV(B) 324.92º 0.86% 0.59% -
XYZ 15.19 7.98 12.05 -
YUV 68.53 144.07 186.82 -
System Red Green Blue C M Y K H S L
Decimal 151 21 97 0 0.86 0.36 0.41 324.92 0.76 0.34
Hex 97 15 61 0 56 24 29 145 4C 22
Octal 227 25 141 0 126 44 51 505 114 42
Binary 10010111 10101 1100001 0 1010110 100100 101001 101000101 1001100 100010

Color Harmonies of #971561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971561

Black with #971561

Text Example


Text Example

White with #971561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971561; }

 p { color: rgb(151,21,97); }

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

background-color css

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

 a { background-color: rgb(151,21,97); }

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

border-color css

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

 span { border-color: rgb(151,21,97); }

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