Html Css Color HEX #971555 Jazzberry Jam

📋 copy color: '#971555'

red 151 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #971555

Tints of Jazzberry Jam #971555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 58.75%
G = 8.17%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#971555 (or 0x971555) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 55. RGB value is (151,21,85). Sum of RGB (Red+Green+Blue) = 151+21+85=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #971555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971555 is #68EAAA. Grayscale: #434343. Windows color (decimal): -6875819 or 5576087. OLE color: 5576087.

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

Color convert

RGB 151 21 85 -
CMYK 0 0.86 0.44 0.41
HSL 330.46º 0.76% 0.34% -
HSV(B) 330.46º 0.86% 0.59% -
XYZ 14.67 7.77 9.32 -
YUV 67.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 151 21 85 0 0.86 0.44 0.41 330.46 0.76 0.34
Hex 97 15 55 0 56 2C 29 14A 4C 22
Octal 227 25 125 0 126 54 51 512 114 42
Binary 10010111 10101 1010101 0 1010110 101100 101001 101001010 1001100 100010

Color Harmonies of #971555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971555

Black with #971555

Text Example


Text Example

White with #971555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971555; }

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

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

background-color css

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

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

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

border-color css

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

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

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