Html Css Color HEX #971563 Jazzberry Jam

📋 copy color: '#971563'

red 151 ◦ green 21 ◦ blue 99

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

Shades of Jazzberry Jam #971563

Tints of Jazzberry Jam #971563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 55.72%
G = 7.75%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#971563 (or 0x971563) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 63. RGB value is (151,21,99). Sum of RGB (Red+Green+Blue) = 151+21+99=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #971563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971563 is #68EA9C. Grayscale: #444444. Windows color (decimal): -6875805 or 6493591. OLE color: 6493591.

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

Color convert

RGB 151 21 99 -
CMYK 0 0.86 0.34 0.41
HSL 324º 0.76% 0.34% -
HSV(B) 324º 0.86% 0.59% -
XYZ 15.28 8.02 12.55 -
YUV 68.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 151 21 99 0 0.86 0.34 0.41 324 0.76 0.34
Hex 97 15 63 0 56 22 29 144 4C 22
Octal 227 25 143 0 126 42 51 504 114 42
Binary 10010111 10101 1100011 0 1010110 100010 101001 101000100 1001100 100010

Color Harmonies of #971563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971563

Black with #971563

Text Example


Text Example

White with #971563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971563; }

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

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

background-color css

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

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

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

border-color css

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

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

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