Html Css Color HEX #971663 Jazzberry Jam

📋 copy color: '#971663'

red 151 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #971663

Tints of Jazzberry Jam #971663

RGB

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

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

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

R = 55.51%
G = 8.09%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#971663 (or 0x971663) is known color: Jazzberry Jam. HEX triplet: 97, 16 and 63. RGB value is (151,22,99). Sum of RGB (Red+Green+Blue) = 151+22+99=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #971663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971663 is #68E99C. Grayscale: #454545. Windows color (decimal): -6875549 or 6493847. OLE color: 6493847.

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

Color convert

RGB 151 22 99 -
CMYK 0 0.85 0.34 0.41
HSL 324.19º 0.75% 0.34% -
HSV(B) 324.19º 0.85% 0.59% -
XYZ 15.3 8.05 12.55 -
YUV 69.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 151 22 99 0 0.85 0.34 0.41 324.19 0.75 0.34
Hex 97 16 63 0 55 22 29 144 4B 22
Octal 227 26 143 0 125 42 51 504 113 42
Binary 10010111 10110 1100011 0 1010101 100010 101001 101000100 1001011 100010

Color Harmonies of #971663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971663

Black with #971663

Text Example


Text Example

White with #971663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971663; }

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

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

background-color css

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

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

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

border-color css

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

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

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