Html Css Color HEX #971056 Jazzberry Jam

📋 copy color: '#971056'

red 151 ◦ green 16 ◦ blue 86

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

Shades of Jazzberry Jam #971056

Tints of Jazzberry Jam #971056

RGB

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

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

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

R = 59.68%
G = 6.32%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#971056 (or 0x971056) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 56. RGB value is (151,16,86). Sum of RGB (Red+Green+Blue) = 151+16+86=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #971056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971056 is #68EFA9. Grayscale: #404040. Windows color (decimal): -6877098 or 5640343. OLE color: 5640343.

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

Color convert

RGB 151 16 86 -
CMYK 0 0.89 0.43 0.41
HSL 328.89º 0.81% 0.33% -
HSV(B) 328.89º 0.89% 0.59% -
XYZ 14.63 7.62 9.5 -
YUV 64.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 151 16 86 0 0.89 0.43 0.41 328.89 0.81 0.33
Hex 97 10 56 0 59 2B 29 149 51 21
Octal 227 20 126 0 131 53 51 511 121 41
Binary 10010111 10000 1010110 0 1011001 101011 101001 101001001 1010001 100001

Color Harmonies of #971056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971056

Black with #971056

Text Example


Text Example

White with #971056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971056; }

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

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

background-color css

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

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

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

border-color css

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

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

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