Html Css Color HEX #971147 Jazzberry Jam

📋 copy color: '#971147'

red 151 ◦ green 17 ◦ blue 71

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

Shades of Jazzberry Jam #971147

Tints of Jazzberry Jam #971147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 63.18%
G = 7.11%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#971147 (or 0x971147) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 47. RGB value is (151,17,71). Sum of RGB (Red+Green+Blue) = 151+17+71=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #971147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971147 is #68EEB8. Grayscale: #3F3F3F. Windows color (decimal): -6876857 or 4657559. OLE color: 4657559.

HSL color Cylindrical-coordinate representation of color #971147: hue angle of 335.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971147 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 71 -
CMYK 0 0.89 0.53 0.41
HSL 335.82º 0.8% 0.33% -
HSV(B) 335.82º 0.89% 0.59% -
XYZ 14.1 7.44 6.65 -
YUV 63.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 151 17 71 0 0.89 0.53 0.41 335.82 0.8 0.33
Hex 97 11 47 0 59 35 29 150 50 21
Octal 227 21 107 0 131 65 51 520 120 41
Binary 10010111 10001 1000111 0 1011001 110101 101001 101010000 1010000 100001

Color Harmonies of #971147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971147

Black with #971147

Text Example


Text Example

White with #971147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971147; }

 p { color: rgb(151,17,71); }

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

background-color css

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

 a { background-color: rgb(151,17,71); }

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

border-color css

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

 span { border-color: rgb(151,17,71); }

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