Html Css Color HEX #971256 Jazzberry Jam

📋 copy color: '#971256'

red 151 ◦ green 18 ◦ blue 86

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

Shades of Jazzberry Jam #971256

Tints of Jazzberry Jam #971256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 59.22%
G = 7.06%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#971256 (or 0x971256) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 56. RGB value is (151,18,86). Sum of RGB (Red+Green+Blue) = 151+18+86=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #971256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971256 is #68EDA9. Grayscale: #414141. Windows color (decimal): -6876586 or 5640855. OLE color: 5640855.

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

Color convert

RGB 151 18 86 -
CMYK 0 0.88 0.43 0.41
HSL 329.32º 0.79% 0.33% -
HSV(B) 329.32º 0.88% 0.59% -
XYZ 14.66 7.68 9.51 -
YUV 65.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 151 18 86 0 0.88 0.43 0.41 329.32 0.79 0.33
Hex 97 12 56 0 58 2B 29 149 4F 21
Octal 227 22 126 0 130 53 51 511 117 41
Binary 10010111 10010 1010110 0 1011000 101011 101001 101001001 1001111 100001

Color Harmonies of #971256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971256

Black with #971256

Text Example


Text Example

White with #971256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971256; }

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

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

background-color css

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

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

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

border-color css

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

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

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