Html Css Color HEX #970C59 Jazzberry Jam

📋 copy color: '#970C59'

red 151 ◦ green 12 ◦ blue 89

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

Shades of Jazzberry Jam #970C59

Tints of Jazzberry Jam #970C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 59.92%
G = 4.76%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#970C59 (or 0x970C59) is known color: Jazzberry Jam. HEX triplet: 97, 0C and 59. RGB value is (151,12,89). Sum of RGB (Red+Green+Blue) = 151+12+89=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #970C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C59 is #68F3A6. Grayscale: #3E3E3E. Windows color (decimal): -6878119 or 5835927. OLE color: 5835927.

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

Color convert

RGB 151 12 89 -
CMYK 0 0.92 0.41 0.41
HSL 326.76º 0.85% 0.32% -
HSV(B) 326.76º 0.92% 0.59% -
XYZ 14.7 7.56 10.14 -
YUV 62.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 151 12 89 0 0.92 0.41 0.41 326.76 0.85 0.32
Hex 97 C 59 0 5C 29 29 147 55 20
Octal 227 14 131 0 134 51 51 507 125 40
Binary 10010111 1100 1011001 0 1011100 101001 101001 101000111 1010101 100000

Color Harmonies of #970C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C59

Black with #970C59

Text Example


Text Example

White with #970C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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