Html Css Color HEX #971060 Jazzberry Jam

📋 copy color: '#971060'

red 151 ◦ green 16 ◦ blue 96

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

Shades of Jazzberry Jam #971060

Tints of Jazzberry Jam #971060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 57.41%
G = 6.08%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#971060 (or 0x971060) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 60. RGB value is (151,16,96). Sum of RGB (Red+Green+Blue) = 151+16+96=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #971060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971060 is #68EF9F. Grayscale: #414141. Windows color (decimal): -6877088 or 6295703. OLE color: 6295703.

HSL color Cylindrical-coordinate representation of color #971060: hue angle of 324.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971060 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 96 -
CMYK 0 0.89 0.36 0.41
HSL 324.44º 0.81% 0.33% -
HSV(B) 324.44º 0.89% 0.59% -
XYZ 15.06 7.79 11.78 -
YUV 65.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 151 16 96 0 0.89 0.36 0.41 324.44 0.81 0.33
Hex 97 10 60 0 59 24 29 144 51 21
Octal 227 20 140 0 131 44 51 504 121 41
Binary 10010111 10000 1100000 0 1011001 100100 101001 101000100 1010001 100001

Color Harmonies of #971060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971060

Black with #971060

Text Example


Text Example

White with #971060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971060; }

 p { color: rgb(151,16,96); }

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

background-color css

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

 a { background-color: rgb(151,16,96); }

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

border-color css

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

 span { border-color: rgb(151,16,96); }

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