Html Css Color HEX #971959 Jazzberry Jam

📋 copy color: '#971959'

red 151 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #971959

Tints of Jazzberry Jam #971959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

 BLUE value IS 89 (35.16% from 255) = 33.58%

R = 56.98%
G = 9.43%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#971959 (or 0x971959) is known color: Jazzberry Jam. HEX triplet: 97, 19 and 59. RGB value is (151,25,89). Sum of RGB (Red+Green+Blue) = 151+25+89=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #971959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971959 is #68E6A6. Grayscale: #454545. Windows color (decimal): -6874791 or 5839255. OLE color: 5839255.

HSL color Cylindrical-coordinate representation of color #971959: hue angle of 329.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971959 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 89 -
CMYK 0 0.83 0.41 0.41
HSL 329.52º 0.72% 0.35% -
HSV(B) 329.52º 0.83% 0.59% -
XYZ 14.91 8 10.21 -
YUV 69.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 151 25 89 0 0.83 0.41 0.41 329.52 0.72 0.35
Hex 97 19 59 0 53 29 29 14A 48 23
Octal 227 31 131 0 123 51 51 512 110 43
Binary 10010111 11001 1011001 0 1010011 101001 101001 101001010 1001000 100011

Color Harmonies of #971959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971959

Black with #971959

Text Example


Text Example

White with #971959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971959; }

 p { color: rgb(151,25,89); }

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

background-color css

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

 a { background-color: rgb(151,25,89); }

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

border-color css

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

 span { border-color: rgb(151,25,89); }

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