Html Css Color HEX #97144D Jazzberry Jam

📋 copy color: '#97144D'

red 151 ◦ green 20 ◦ blue 77

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

Shades of Jazzberry Jam #97144D

Tints of Jazzberry Jam #97144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 60.89%
G = 8.06%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97144D (or 0x97144D) is known color: Jazzberry Jam. HEX triplet: 97, 14 and 4D. RGB value is (151,20,77). Sum of RGB (Red+Green+Blue) = 151+20+77=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #97144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97144D is #68EBB2. Grayscale: #414141. Windows color (decimal): -6876083 or 5051543. OLE color: 5051543.

HSL color Cylindrical-coordinate representation of color #97144D: hue angle of 333.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97144D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 20 77 -
CMYK 0 0.87 0.49 0.41
HSL 333.89º 0.77% 0.34% -
HSV(B) 333.89º 0.87% 0.59% -
XYZ 14.35 7.62 7.73 -
YUV 65.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 151 20 77 0 0.87 0.49 0.41 333.89 0.77 0.34
Hex 97 14 4D 0 57 31 29 14E 4D 22
Octal 227 24 115 0 127 61 51 516 115 42
Binary 10010111 10100 1001101 0 1010111 110001 101001 101001110 1001101 100010

Color Harmonies of #97144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97144D

Black with #97144D

Text Example


Text Example

White with #97144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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