Html Css Color HEX #971054 Jazzberry Jam

📋 copy color: '#971054'

red 151 ◦ green 16 ◦ blue 84

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

Shades of Jazzberry Jam #971054

Tints of Jazzberry Jam #971054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.47%

R = 60.16%
G = 6.37%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#971054 (or 0x971054) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 54. RGB value is (151,16,84). Sum of RGB (Red+Green+Blue) = 151+16+84=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #971054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971054 is #68EFAB. Grayscale: #3F3F3F. Windows color (decimal): -6877100 or 5509271. OLE color: 5509271.

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

Color convert

RGB 151 16 84 -
CMYK 0 0.89 0.44 0.41
HSL 329.78º 0.81% 0.33% -
HSV(B) 329.78º 0.89% 0.59% -
XYZ 14.55 7.59 9.09 -
YUV 64.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 151 16 84 0 0.89 0.44 0.41 329.78 0.81 0.33
Hex 97 10 54 0 59 2C 29 14A 51 21
Octal 227 20 124 0 131 54 51 512 121 41
Binary 10010111 10000 1010100 0 1011001 101100 101001 101001010 1010001 100001

Color Harmonies of #971054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971054

Black with #971054

Text Example


Text Example

White with #971054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971054; }

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

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

background-color css

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

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

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

border-color css

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

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

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