Html Css Color HEX #970F52 Jazzberry Jam

📋 copy color: '#970F52'

red 151 ◦ green 15 ◦ blue 82

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

Shades of Jazzberry Jam #970F52

Tints of Jazzberry Jam #970F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 60.89%
G = 6.05%
B = 33.06%

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

#970F52 (or 0x970F52) is known color: Jazzberry Jam. HEX triplet: 97, 0F and 52. RGB value is (151,15,82). Sum of RGB (Red+Green+Blue) = 151+15+82=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #970F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F52 is #68F0AD. Grayscale: #3F3F3F. Windows color (decimal): -6877358 or 5377943. OLE color: 5377943.

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

Color convert

RGB 151 15 82 -
CMYK 0 0.90 0.46 0.41
HSL 330.44º 0.82% 0.33% -
HSV(B) 330.44º 0.9% 0.59% -
XYZ 14.46 7.53 8.67 -
YUV 63.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 151 15 82 0 0.90 0.46 0.41 330.44 0.82 0.33
Hex 97 F 52 0 5A 2E 29 14A 52 21
Octal 227 17 122 0 132 56 51 512 122 41
Binary 10010111 1111 1010010 0 1011010 101110 101001 101001010 1010010 100001

Color Harmonies of #970F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F52

Black with #970F52

Text Example


Text Example

White with #970F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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