Html Css Color HEX #970F59 Jazzberry Jam

📋 copy color: '#970F59'

red 151 ◦ green 15 ◦ blue 89

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

Shades of Jazzberry Jam #970F59

Tints of Jazzberry Jam #970F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.9%

R = 59.22%
G = 5.88%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#970F59 (or 0x970F59) is known color: Jazzberry Jam. HEX triplet: 97, 0F and 59. RGB value is (151,15,89). Sum of RGB (Red+Green+Blue) = 151+15+89=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #970F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F59 is #68F0A6. Grayscale: #3F3F3F. Windows color (decimal): -6877351 or 5836695. OLE color: 5836695.

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

Color convert

RGB 151 15 89 -
CMYK 0 0.90 0.41 0.41
HSL 327.35º 0.82% 0.33% -
HSV(B) 327.35º 0.9% 0.59% -
XYZ 14.74 7.64 10.15 -
YUV 64.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 151 15 89 0 0.90 0.41 0.41 327.35 0.82 0.33
Hex 97 F 59 0 5A 29 29 147 52 21
Octal 227 17 131 0 132 51 51 507 122 41
Binary 10010111 1111 1011001 0 1011010 101001 101001 101000111 1010010 100001

Color Harmonies of #970F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F59

Black with #970F59

Text Example


Text Example

White with #970F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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