Html Css Color HEX #970E49 Jazzberry Jam

📋 copy color: '#970E49'

red 151 ◦ green 14 ◦ blue 73

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

Shades of Jazzberry Jam #970E49

Tints of Jazzberry Jam #970E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.88%

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

R = 63.45%
G = 5.88%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#970E49 (or 0x970E49) is known color: Jazzberry Jam. HEX triplet: 97, 0E and 49. RGB value is (151,14,73). Sum of RGB (Red+Green+Blue) = 151+14+73=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #970E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E49 is #68F1B6. Grayscale: #3D3D3D. Windows color (decimal): -6877623 or 4787863. OLE color: 4787863.

HSL color Cylindrical-coordinate representation of color #970E49: hue angle of 334.16º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E49 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 14 73 -
CMYK 0 0.91 0.52 0.41
HSL 334.16º 0.83% 0.32% -
HSV(B) 334.16º 0.91% 0.59% -
XYZ 14.12 7.37 6.98 -
YUV 61.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 151 14 73 0 0.91 0.52 0.41 334.16 0.83 0.32
Hex 97 E 49 0 5B 34 29 14E 53 20
Octal 227 16 111 0 133 64 51 516 123 40
Binary 10010111 1110 1001001 0 1011011 110100 101001 101001110 1010011 100000

Color Harmonies of #970E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E49

Black with #970E49

Text Example


Text Example

White with #970E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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