Html Css Color HEX #971657 Jazzberry Jam

📋 copy color: '#971657'

red 151 ◦ green 22 ◦ blue 87

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

Shades of Jazzberry Jam #971657

Tints of Jazzberry Jam #971657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 87 (34.38% from 255) = 33.46%

R = 58.08%
G = 8.46%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#971657 (or 0x971657) is known color: Jazzberry Jam. HEX triplet: 97, 16 and 57. RGB value is (151,22,87). Sum of RGB (Red+Green+Blue) = 151+22+87=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #971657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971657 is #68E9A8. Grayscale: #434343. Windows color (decimal): -6875561 or 5707415. OLE color: 5707415.

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

Color convert

RGB 151 22 87 -
CMYK 0 0.85 0.42 0.41
HSL 329.77º 0.75% 0.34% -
HSV(B) 329.77º 0.85% 0.59% -
XYZ 14.77 7.84 9.75 -
YUV 67.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 151 22 87 0 0.85 0.42 0.41 329.77 0.75 0.34
Hex 97 16 57 0 55 2A 29 14A 4B 22
Octal 227 26 127 0 125 52 51 512 113 42
Binary 10010111 10110 1010111 0 1010101 101010 101001 101001010 1001011 100010

Color Harmonies of #971657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971657

Black with #971657

Text Example


Text Example

White with #971657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971657; }

 p { color: rgb(151,22,87); }

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

background-color css

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

 a { background-color: rgb(151,22,87); }

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

border-color css

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

 span { border-color: rgb(151,22,87); }

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