Html Css Color HEX #970249 Jazzberry Jam

📋 copy color: '#970249'

red 151 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #970249

Tints of Jazzberry Jam #970249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 66.81%
G = 0.88%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#970249 (or 0x970249) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 49. RGB value is (151,2,73). Sum of RGB (Red+Green+Blue) = 151+2+73=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #970249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970249 is #68FDB6. Grayscale: #363636. Windows color (decimal): -6880695 or 4784791. OLE color: 4784791.

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

Color convert

RGB 151 2 73 -
CMYK 0 0.99 0.52 0.41
HSL 331.41º 0.97% 0.3% -
HSV(B) 331.41º 0.99% 0.59% -
XYZ 13.99 7.1 6.94 -
YUV 54.65 138.36 196.73 -
System Red Green Blue C M Y K H S L
Decimal 151 2 73 0 0.99 0.52 0.41 331.41 0.97 0.3
Hex 97 2 49 0 63 34 29 14B 61 1E
Octal 227 2 111 0 143 64 51 513 141 36
Binary 10010111 10 1001001 0 1100011 110100 101001 101001011 1100001 11110

Color Harmonies of #970249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970249

Black with #970249

Text Example


Text Example

White with #970249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970249; }

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

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

background-color css

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

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

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

border-color css

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

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

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