Html Css Color HEX #970441 Jazzberry Jam

📋 copy color: '#970441'

red 151 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #970441

Tints of Jazzberry Jam #970441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 68.64%
G = 1.82%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#970441 (or 0x970441) is known color: Jazzberry Jam. HEX triplet: 97, 04 and 41. RGB value is (151,4,65). Sum of RGB (Red+Green+Blue) = 151+4+65=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #970441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970441 is #68FBBE. Grayscale: #363636. Windows color (decimal): -6880191 or 4261015. OLE color: 4261015.

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

Color convert

RGB 151 4 65 -
CMYK 0 0.97 0.57 0.41
HSL 335.1º 0.95% 0.3% -
HSV(B) 335.1º 0.97% 0.59% -
XYZ 13.76 7.05 5.64 -
YUV 54.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 151 4 65 0 0.97 0.57 0.41 335.1 0.95 0.3
Hex 97 4 41 0 61 39 29 14F 5F 1E
Octal 227 4 101 0 141 71 51 517 137 36
Binary 10010111 100 1000001 0 1100001 111001 101001 101001111 1011111 11110

Color Harmonies of #970441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970441

Black with #970441

Text Example


Text Example

White with #970441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970441; }

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

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

background-color css

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

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

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

border-color css

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

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

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