Html Css Color HEX #971046 Jazzberry Jam

📋 copy color: '#971046'

red 151 ◦ green 16 ◦ blue 70

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

Shades of Jazzberry Jam #971046

Tints of Jazzberry Jam #971046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 63.71%
G = 6.75%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#971046 (or 0x971046) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 46. RGB value is (151,16,70). Sum of RGB (Red+Green+Blue) = 151+16+70=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #971046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971046 is #68EFB9. Grayscale: #3E3E3E. Windows color (decimal): -6877114 or 4591767. OLE color: 4591767.

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

Color convert

RGB 151 16 70 -
CMYK 0 0.89 0.54 0.41
HSL 336º 0.81% 0.33% -
HSV(B) 336º 0.89% 0.59% -
XYZ 14.05 7.39 6.48 -
YUV 62.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 151 16 70 0 0.89 0.54 0.41 336 0.81 0.33
Hex 97 10 46 0 59 36 29 150 51 21
Octal 227 20 106 0 131 66 51 520 121 41
Binary 10010111 10000 1000110 0 1011001 110110 101001 101010000 1010001 100001

Color Harmonies of #971046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971046

Black with #971046

Text Example


Text Example

White with #971046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971046; }

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

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

background-color css

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

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

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

border-color css

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

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

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