Html Css Color HEX #970152 Jazzberry Jam

📋 copy color: '#970152'

red 151 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #970152

Tints of Jazzberry Jam #970152

RGB

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

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

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

R = 64.53%
G = 0.43%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#970152 (or 0x970152) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 52. RGB value is (151,1,82). Sum of RGB (Red+Green+Blue) = 151+1+82=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #970152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970152 is #68FEAD. Grayscale: #363636. Windows color (decimal): -6880942 or 5374359. OLE color: 5374359.

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

Color convert

RGB 151 1 82 -
CMYK 0 0.99 0.46 0.41
HSL 327.6º 0.99% 0.3% -
HSV(B) 327.6º 0.99% 0.59% -
XYZ 14.3 7.21 8.62 -
YUV 55.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 151 1 82 0 0.99 0.46 0.41 327.6 0.99 0.3
Hex 97 1 52 0 63 2E 29 148 63 1E
Octal 227 1 122 0 143 56 51 510 143 36
Binary 10010111 1 1010010 0 1100011 101110 101001 101001000 1100011 11110

Color Harmonies of #970152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970152

Black with #970152

Text Example


Text Example

White with #970152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970152; }

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

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

background-color css

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

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

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

border-color css

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

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

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