Html Css Color HEX #970146 Jazzberry Jam

📋 copy color: '#970146'

red 151 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #970146

Tints of Jazzberry Jam #970146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 68.02%
G = 0.45%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#970146 (or 0x970146) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 46. RGB value is (151,1,70). Sum of RGB (Red+Green+Blue) = 151+1+70=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #970146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970146 is #68FEB9. Grayscale: #353535. Windows color (decimal): -6880954 or 4587927. OLE color: 4587927.

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

Color convert

RGB 151 1 70 -
CMYK 0 0.99 0.54 0.41
HSL 332.4º 0.99% 0.3% -
HSV(B) 332.4º 0.99% 0.59% -
XYZ 13.88 7.04 6.42 -
YUV 53.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 151 1 70 0 0.99 0.54 0.41 332.4 0.99 0.3
Hex 97 1 46 0 63 36 29 14C 63 1E
Octal 227 1 106 0 143 66 51 514 143 36
Binary 10010111 1 1000110 0 1100011 110110 101001 101001100 1100011 11110

Color Harmonies of #970146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970146

Black with #970146

Text Example


Text Example

White with #970146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970146; }

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

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

background-color css

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

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

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

border-color css

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

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

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