Html Css Color HEX #970449 Jazzberry Jam

📋 copy color: '#970449'

red 151 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #970449

Tints of Jazzberry Jam #970449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 66.23%
G = 1.75%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#970449 (or 0x970449) is known color: Jazzberry Jam. HEX triplet: 97, 04 and 49. RGB value is (151,4,73). Sum of RGB (Red+Green+Blue) = 151+4+73=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #970449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970449 is #68FBB6. Grayscale: #373737. Windows color (decimal): -6880183 or 4785303. OLE color: 4785303.

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

Color convert

RGB 151 4 73 -
CMYK 0 0.97 0.52 0.41
HSL 331.84º 0.95% 0.3% -
HSV(B) 331.84º 0.97% 0.59% -
XYZ 14.01 7.15 6.94 -
YUV 55.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 151 4 73 0 0.97 0.52 0.41 331.84 0.95 0.3
Hex 97 4 49 0 61 34 29 14C 5F 1E
Octal 227 4 111 0 141 64 51 514 137 36
Binary 10010111 100 1001001 0 1100001 110100 101001 101001100 1011111 11110

Color Harmonies of #970449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970449

Black with #970449

Text Example


Text Example

White with #970449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970449; }

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

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

background-color css

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

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

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

border-color css

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

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

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