Html Css Color HEX #971047 Jazzberry Jam

📋 copy color: '#971047'

red 151 ◦ green 16 ◦ blue 71

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

Shades of Jazzberry Jam #971047

Tints of Jazzberry Jam #971047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

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

R = 63.45%
G = 6.72%
B = 29.83%

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

#971047 (or 0x971047) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 47. RGB value is (151,16,71). Sum of RGB (Red+Green+Blue) = 151+16+71=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #971047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971047 is #68EFB8. Grayscale: #3E3E3E. Windows color (decimal): -6877113 or 4657303. OLE color: 4657303.

HSL color Cylindrical-coordinate representation of color #971047: hue angle of 335.56º degrees, saturation: 0.81, 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 #971047 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 71 -
CMYK 0 0.89 0.53 0.41
HSL 335.56º 0.81% 0.33% -
HSV(B) 335.56º 0.89% 0.59% -
XYZ 14.09 7.4 6.65 -
YUV 62.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 151 16 71 0 0.89 0.53 0.41 335.56 0.81 0.33
Hex 97 10 47 0 59 35 29 150 51 21
Octal 227 20 107 0 131 65 51 520 121 41
Binary 10010111 10000 1000111 0 1011001 110101 101001 101010000 1010001 100001

Color Harmonies of #971047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971047

Black with #971047

Text Example


Text Example

White with #971047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971047; }

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

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

background-color css

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

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

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

border-color css

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

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

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