Html Css Color HEX #970940 Jazzberry Jam

📋 copy color: '#970940'

red 151 ◦ green 9 ◦ blue 64

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

Shades of Jazzberry Jam #970940

Tints of Jazzberry Jam #970940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 67.41%
G = 4.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#970940 (or 0x970940) is known color: Jazzberry Jam. HEX triplet: 97, 09 and 40. RGB value is (151,9,64). Sum of RGB (Red+Green+Blue) = 151+9+64=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #970940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970940 is #68F6BF. Grayscale: #393939. Windows color (decimal): -6878912 or 4196759. OLE color: 4196759.

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

Color convert

RGB 151 9 64 -
CMYK 0 0.94 0.58 0.41
HSL 336.76º 0.89% 0.31% -
HSV(B) 336.76º 0.94% 0.59% -
XYZ 13.79 7.14 5.5 -
YUV 57.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 151 9 64 0 0.94 0.58 0.41 336.76 0.89 0.31
Hex 97 9 40 0 5E 3A 29 151 59 1F
Octal 227 11 100 0 136 72 51 521 131 37
Binary 10010111 1001 1000000 0 1011110 111010 101001 101010001 1011001 11111

Color Harmonies of #970940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970940

Black with #970940

Text Example


Text Example

White with #970940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970940; }

 p { color: rgb(151,9,64); }

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

background-color css

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

 a { background-color: rgb(151,9,64); }

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

border-color css

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

 span { border-color: rgb(151,9,64); }

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