Html Css Color HEX #971550 Jazzberry Jam

📋 copy color: '#971550'

red 151 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #971550

Tints of Jazzberry Jam #971550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 59.92%
G = 8.33%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#971550 (or 0x971550) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 50. RGB value is (151,21,80). Sum of RGB (Red+Green+Blue) = 151+21+80=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #971550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971550 is #68EAAF. Grayscale: #424242. Windows color (decimal): -6875824 or 5248407. OLE color: 5248407.

HSL color Cylindrical-coordinate representation of color #971550: hue angle of 332.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971550 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 80 -
CMYK 0 0.86 0.47 0.41
HSL 332.77º 0.76% 0.34% -
HSV(B) 332.77º 0.86% 0.59% -
XYZ 14.48 7.69 8.31 -
YUV 66.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 151 21 80 0 0.86 0.47 0.41 332.77 0.76 0.34
Hex 97 15 50 0 56 2F 29 14D 4C 22
Octal 227 25 120 0 126 57 51 515 114 42
Binary 10010111 10101 1010000 0 1010110 101111 101001 101001101 1001100 100010

Color Harmonies of #971550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971550

Black with #971550

Text Example


Text Example

White with #971550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971550; }

 p { color: rgb(151,21,80); }

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

background-color css

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

 a { background-color: rgb(151,21,80); }

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

border-color css

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

 span { border-color: rgb(151,21,80); }

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