Html Css Color HEX #971666 Jazzberry Jam

📋 copy color: '#971666'

red 151 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #971666

Tints of Jazzberry Jam #971666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.09%

R = 54.91%
G = 8%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#971666 (or 0x971666) is known color: Jazzberry Jam. HEX triplet: 97, 16 and 66. RGB value is (151,22,102). Sum of RGB (Red+Green+Blue) = 151+22+102=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #971666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971666 is #68E999. Grayscale: #454545. Windows color (decimal): -6875546 or 6690455. OLE color: 6690455.

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

Color convert

RGB 151 22 102 -
CMYK 0 0.85 0.32 0.41
HSL 322.79º 0.75% 0.34% -
HSV(B) 322.79º 0.85% 0.59% -
XYZ 15.45 8.11 13.32 -
YUV 69.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 151 22 102 0 0.85 0.32 0.41 322.79 0.75 0.34
Hex 97 16 66 0 55 20 29 143 4B 22
Octal 227 26 146 0 125 40 51 503 113 42
Binary 10010111 10110 1100110 0 1010101 100000 101001 101000011 1001011 100010

Color Harmonies of #971666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971666

Black with #971666

Text Example


Text Example

White with #971666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971666; }

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

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

background-color css

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

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

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

border-color css

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

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

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