Html Css Color HEX #971356 Jazzberry Jam

📋 copy color: '#971356'

red 151 ◦ green 19 ◦ blue 86

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

Shades of Jazzberry Jam #971356

Tints of Jazzberry Jam #971356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 58.98%
G = 7.42%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#971356 (or 0x971356) is known color: Jazzberry Jam. HEX triplet: 97, 13 and 56. RGB value is (151,19,86). Sum of RGB (Red+Green+Blue) = 151+19+86=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #971356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971356 is #68ECA9. Grayscale: #414141. Windows color (decimal): -6876330 or 5641111. OLE color: 5641111.

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

Color convert

RGB 151 19 86 -
CMYK 0 0.87 0.43 0.41
HSL 329.55º 0.78% 0.33% -
HSV(B) 329.55º 0.87% 0.59% -
XYZ 14.68 7.72 9.52 -
YUV 66.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 151 19 86 0 0.87 0.43 0.41 329.55 0.78 0.33
Hex 97 13 56 0 57 2B 29 14A 4E 21
Octal 227 23 126 0 127 53 51 512 116 41
Binary 10010111 10011 1010110 0 1010111 101011 101001 101001010 1001110 100001

Color Harmonies of #971356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971356

Black with #971356

Text Example


Text Example

White with #971356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971356; }

 p { color: rgb(151,19,86); }

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

background-color css

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

 a { background-color: rgb(151,19,86); }

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

border-color css

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

 span { border-color: rgb(151,19,86); }

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