Html Css Color HEX #971665 Jazzberry Jam

📋 copy color: '#971665'

red 151 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #971665

Tints of Jazzberry Jam #971665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 55.11%
G = 8.03%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#971665 (or 0x971665) is known color: Jazzberry Jam. HEX triplet: 97, 16 and 65. RGB value is (151,22,101). Sum of RGB (Red+Green+Blue) = 151+22+101=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #971665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971665 is #68E99A. Grayscale: #454545. Windows color (decimal): -6875547 or 6624919. OLE color: 6624919.

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

Color convert

RGB 151 22 101 -
CMYK 0 0.85 0.33 0.41
HSL 323.26º 0.75% 0.34% -
HSV(B) 323.26º 0.85% 0.59% -
XYZ 15.4 8.09 13.06 -
YUV 69.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 151 22 101 0 0.85 0.33 0.41 323.26 0.75 0.34
Hex 97 16 65 0 55 21 29 143 4B 22
Octal 227 26 145 0 125 41 51 503 113 42
Binary 10010111 10110 1100101 0 1010101 100001 101001 101000011 1001011 100010

Color Harmonies of #971665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971665

Black with #971665

Text Example


Text Example

White with #971665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971665; }

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

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

background-color css

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

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

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

border-color css

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

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

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