Html Css Color HEX #971653 Jazzberry Jam

📋 copy color: '#971653'

red 151 ◦ green 22 ◦ blue 83

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

Shades of Jazzberry Jam #971653

Tints of Jazzberry Jam #971653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 58.98%
G = 8.59%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#971653 (or 0x971653) is known color: Jazzberry Jam. HEX triplet: 97, 16 and 53. RGB value is (151,22,83). Sum of RGB (Red+Green+Blue) = 151+22+83=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #971653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971653 is #68E9AC. Grayscale: #434343. Windows color (decimal): -6875565 or 5445271. OLE color: 5445271.

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

Color convert

RGB 151 22 83 -
CMYK 0 0.85 0.45 0.41
HSL 331.63º 0.75% 0.34% -
HSV(B) 331.63º 0.85% 0.59% -
XYZ 14.61 7.78 8.91 -
YUV 67.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 151 22 83 0 0.85 0.45 0.41 331.63 0.75 0.34
Hex 97 16 53 0 55 2D 29 14C 4B 22
Octal 227 26 123 0 125 55 51 514 113 42
Binary 10010111 10110 1010011 0 1010101 101101 101001 101001100 1001011 100010

Color Harmonies of #971653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971653

Black with #971653

Text Example


Text Example

White with #971653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971653; }

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

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

background-color css

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

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

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

border-color css

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

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

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