Html Css Color HEX #970F51 Jazzberry Jam

📋 copy color: '#970F51'

red 151 ◦ green 15 ◦ blue 81

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

Shades of Jazzberry Jam #970F51

Tints of Jazzberry Jam #970F51

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 61.13%
G = 6.07%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#970F51 (or 0x970F51) is known color: Jazzberry Jam. HEX triplet: 97, 0F and 51. RGB value is (151,15,81). Sum of RGB (Red+Green+Blue) = 151+15+81=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #970F51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F51 is #68F0AE. Grayscale: #3F3F3F. Windows color (decimal): -6877359 or 5312407. OLE color: 5312407.

HSL color Cylindrical-coordinate representation of color #970F51: hue angle of 330.88º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F51 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 81 -
CMYK 0 0.90 0.46 0.41
HSL 330.88º 0.82% 0.33% -
HSV(B) 330.88º 0.9% 0.59% -
XYZ 14.42 7.52 8.48 -
YUV 63.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 151 15 81 0 0.90 0.46 0.41 330.88 0.82 0.33
Hex 97 F 51 0 5A 2E 29 14B 52 21
Octal 227 17 121 0 132 56 51 513 122 41
Binary 10010111 1111 1010001 0 1011010 101110 101001 101001011 1010010 100001

Color Harmonies of #970F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F51

Black with #970F51

Text Example


Text Example

White with #970F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,15,81); }

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

background-color css

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

 a { background-color: rgb(151,15,81); }

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

border-color css

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

 span { border-color: rgb(151,15,81); }

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