Html Css Color HEX #970041 Jazzberry Jam

📋 copy color: '#970041'

red 151 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #970041

Tints of Jazzberry Jam #970041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 69.91%
G = 0%
B = 30.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#970041 (or 0x970041) is known color: Jazzberry Jam. HEX triplet: 97, 00 and 41. RGB value is (151,0,65). Sum of RGB (Red+Green+Blue) = 151+0+65=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #970041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970041 is #68FFBE. Grayscale: #343434. Windows color (decimal): -6881215 or 4259991. OLE color: 4259991.

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

Color convert

RGB 151 0 65 -
CMYK 0 1 0.57 0.41
HSL 334.17º 1% 0.3% -
HSV(B) 334.17º 1% 0.59% -
XYZ 13.72 6.96 5.62 -
YUV 52.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 151 0 65 0 1 0.57 0.41 334.17 1 0.3
Hex 97 0 41 0 64 39 29 14E 64 1E
Octal 227 0 101 0 144 71 51 516 144 36
Binary 10010111 0 1000001 0 1100100 111001 101001 101001110 1100100 11110

Color Harmonies of #970041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970041

Black with #970041

Text Example


Text Example

White with #970041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970041; }

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

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

background-color css

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

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

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

border-color css

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

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

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