Html Css Color HEX #971053 Jazzberry Jam

📋 copy color: '#971053'

red 151 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #971053

Tints of Jazzberry Jam #971053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 60.4%
G = 6.4%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#971053 (or 0x971053) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 53. RGB value is (151,16,83). Sum of RGB (Red+Green+Blue) = 151+16+83=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #971053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971053 is #68EFAC. Grayscale: #3F3F3F. Windows color (decimal): -6877101 or 5443735. OLE color: 5443735.

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

Color convert

RGB 151 16 83 -
CMYK 0 0.89 0.45 0.41
HSL 330.22º 0.81% 0.33% -
HSV(B) 330.22º 0.89% 0.59% -
XYZ 14.51 7.57 8.88 -
YUV 64 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 151 16 83 0 0.89 0.45 0.41 330.22 0.81 0.33
Hex 97 10 53 0 59 2D 29 14A 51 21
Octal 227 20 123 0 131 55 51 512 121 41
Binary 10010111 10000 1010011 0 1011001 101101 101001 101001010 1010001 100001

Color Harmonies of #971053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971053

Black with #971053

Text Example


Text Example

White with #971053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971053; }

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

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

background-color css

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

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

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

border-color css

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

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

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