Html Css Color HEX #971960 Jazzberry Jam

📋 copy color: '#971960'

red 151 ◦ green 25 ◦ blue 96

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

Shades of Jazzberry Jam #971960

Tints of Jazzberry Jam #971960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 55.51%
G = 9.19%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#971960 (or 0x971960) is known color: Jazzberry Jam. HEX triplet: 97, 19 and 60. RGB value is (151,25,96). Sum of RGB (Red+Green+Blue) = 151+25+96=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #971960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971960 is #68E69F. Grayscale: #464646. Windows color (decimal): -6874784 or 6298007. OLE color: 6298007.

HSL color Cylindrical-coordinate representation of color #971960: hue angle of 326.19º 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 #971960 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 96 -
CMYK 0 0.83 0.36 0.41
HSL 326.19º 0.72% 0.35% -
HSV(B) 326.19º 0.83% 0.59% -
XYZ 15.22 8.12 11.83 -
YUV 70.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 151 25 96 0 0.83 0.36 0.41 326.19 0.72 0.35
Hex 97 19 60 0 53 24 29 146 48 23
Octal 227 31 140 0 123 44 51 506 110 43
Binary 10010111 11001 1100000 0 1010011 100100 101001 101000110 1001000 100011

Color Harmonies of #971960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971960

Black with #971960

Text Example


Text Example

White with #971960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971960; }

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

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

background-color css

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

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

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

border-color css

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

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

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