Html Css Color HEX #970E46 Jazzberry Jam

📋 copy color: '#970E46'

red 151 ◦ green 14 ◦ blue 70

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

Shades of Jazzberry Jam #970E46

Tints of Jazzberry Jam #970E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 64.26%
G = 5.96%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#970E46 (or 0x970E46) is known color: Jazzberry Jam. HEX triplet: 97, 0E and 46. RGB value is (151,14,70). Sum of RGB (Red+Green+Blue) = 151+14+70=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #970E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E46 is #68F1B9. Grayscale: #3D3D3D. Windows color (decimal): -6877626 or 4591255. OLE color: 4591255.

HSL color Cylindrical-coordinate representation of color #970E46: hue angle of 335.47º 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 #970E46 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 14 70 -
CMYK 0 0.91 0.54 0.41
HSL 335.47º 0.83% 0.32% -
HSV(B) 335.47º 0.91% 0.59% -
XYZ 14.03 7.34 6.47 -
YUV 61.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 151 14 70 0 0.91 0.54 0.41 335.47 0.83 0.32
Hex 97 E 46 0 5B 36 29 14F 53 20
Octal 227 16 106 0 133 66 51 517 123 40
Binary 10010111 1110 1000110 0 1011011 110110 101001 101001111 1010011 100000

Color Harmonies of #970E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E46

Black with #970E46

Text Example


Text Example

White with #970E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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