Html Css Color HEX #970040 Jazzberry Jam

📋 copy color: '#970040'

red 151 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #970040

Tints of Jazzberry Jam #970040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.23%
G = 0%
B = 29.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#970040 (or 0x970040) is known color: Jazzberry Jam. HEX triplet: 97, 00 and 40. RGB value is (151,0,64). Sum of RGB (Red+Green+Blue) = 151+0+64=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #970040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970040 is #68FFBF. Grayscale: #343434. Windows color (decimal): -6881216 or 4194455. OLE color: 4194455.

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

Color convert

RGB 151 0 64 -
CMYK 0 1 0.58 0.41
HSL 334.57º 1% 0.3% -
HSV(B) 334.57º 1% 0.59% -
XYZ 13.69 6.95 5.47 -
YUV 52.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 151 0 64 0 1 0.58 0.41 334.57 1 0.3
Hex 97 0 40 0 64 3A 29 14F 64 1E
Octal 227 0 100 0 144 72 51 517 144 36
Binary 10010111 0 1000000 0 1100100 111010 101001 101001111 1100100 11110

Color Harmonies of #970040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970040

Black with #970040

Text Example


Text Example

White with #970040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970040; }

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

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

background-color css

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

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

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

border-color css

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

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

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