Html Css Color HEX #970151 Jazzberry Jam

📋 copy color: '#970151'

red 151 ◦ green 1 ◦ blue 81

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

Shades of Jazzberry Jam #970151

Tints of Jazzberry Jam #970151

RGB

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

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

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

R = 64.81%
G = 0.43%
B = 34.76%

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

#970151 (or 0x970151) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 51. RGB value is (151,1,81). Sum of RGB (Red+Green+Blue) = 151+1+81=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #970151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970151 is #68FEAE. Grayscale: #363636. Windows color (decimal): -6880943 or 5308823. OLE color: 5308823.

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

Color convert

RGB 151 1 81 -
CMYK 0 0.99 0.46 0.41
HSL 328º 0.99% 0.3% -
HSV(B) 328º 0.99% 0.59% -
XYZ 14.26 7.2 8.42 -
YUV 54.97 142.7 196.5 -
System Red Green Blue C M Y K H S L
Decimal 151 1 81 0 0.99 0.46 0.41 328 0.99 0.3
Hex 97 1 51 0 63 2E 29 148 63 1E
Octal 227 1 121 0 143 56 51 510 143 36
Binary 10010111 1 1010001 0 1100011 101110 101001 101001000 1100011 11110

Color Harmonies of #970151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970151

Black with #970151

Text Example


Text Example

White with #970151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970151; }

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

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

background-color css

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

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

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

border-color css

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

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

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