Html Css Color HEX #971051 Jazzberry Jam

📋 copy color: '#971051'

red 151 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #971051

Tints of Jazzberry Jam #971051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.66%

R = 60.89%
G = 6.45%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#971051 (or 0x971051) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 51. RGB value is (151,16,81). Sum of RGB (Red+Green+Blue) = 151+16+81=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #971051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971051 is #68EFAE. Grayscale: #3F3F3F. Windows color (decimal): -6877103 or 5312663. OLE color: 5312663.

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

Color convert

RGB 151 16 81 -
CMYK 0 0.89 0.46 0.41
HSL 331.11º 0.81% 0.33% -
HSV(B) 331.11º 0.89% 0.59% -
XYZ 14.43 7.54 8.48 -
YUV 63.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 151 16 81 0 0.89 0.46 0.41 331.11 0.81 0.33
Hex 97 10 51 0 59 2E 29 14B 51 21
Octal 227 20 121 0 131 56 51 513 121 41
Binary 10010111 10000 1010001 0 1011001 101110 101001 101001011 1010001 100001

Color Harmonies of #971051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971051

Black with #971051

Text Example


Text Example

White with #971051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971051; }

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

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

background-color css

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

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

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

border-color css

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

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

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