Html Css Color HEX #97114D Jazzberry Jam

📋 copy color: '#97114D'

red 151 ◦ green 17 ◦ blue 77

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

Shades of Jazzberry Jam #97114D

Tints of Jazzberry Jam #97114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 61.63%
G = 6.94%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97114D (or 0x97114D) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 4D. RGB value is (151,17,77). Sum of RGB (Red+Green+Blue) = 151+17+77=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #97114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97114D is #68EEB2. Grayscale: #3F3F3F. Windows color (decimal): -6876851 or 5050775. OLE color: 5050775.

HSL color Cylindrical-coordinate representation of color #97114D: hue angle of 333.13º degrees, saturation: 0.8, 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 #97114D is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 77 -
CMYK 0 0.89 0.49 0.41
HSL 333.13º 0.8% 0.33% -
HSV(B) 333.13º 0.89% 0.59% -
XYZ 14.3 7.52 7.72 -
YUV 63.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 151 17 77 0 0.89 0.49 0.41 333.13 0.8 0.33
Hex 97 11 4D 0 59 31 29 14D 50 21
Octal 227 21 115 0 131 61 51 515 120 41
Binary 10010111 10001 1001101 0 1011001 110001 101001 101001101 1010000 100001

Color Harmonies of #97114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97114D

Black with #97114D

Text Example


Text Example

White with #97114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97114D; }

 p { color: rgb(151,17,77); }

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

background-color css

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

 a { background-color: rgb(151,17,77); }

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

border-color css

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

 span { border-color: rgb(151,17,77); }

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