Html Css Color HEX #97044D Jazzberry Jam

📋 copy color: '#97044D'

red 151 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #97044D

Tints of Jazzberry Jam #97044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 65.09%
G = 1.72%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97044D (or 0x97044D) is known color: Jazzberry Jam. HEX triplet: 97, 04 and 4D. RGB value is (151,4,77). Sum of RGB (Red+Green+Blue) = 151+4+77=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #97044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97044D is #68FBB2. Grayscale: #383838. Windows color (decimal): -6880179 or 5047447. OLE color: 5047447.

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

Color convert

RGB 151 4 77 -
CMYK 0 0.97 0.49 0.41
HSL 330.2º 0.95% 0.3% -
HSV(B) 330.2º 0.97% 0.59% -
XYZ 14.15 7.2 7.67 -
YUV 56.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 151 4 77 0 0.97 0.49 0.41 330.2 0.95 0.3
Hex 97 4 4D 0 61 31 29 14A 5F 1E
Octal 227 4 115 0 141 61 51 512 137 36
Binary 10010111 100 1001101 0 1100001 110001 101001 101001010 1011111 11110

Color Harmonies of #97044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97044D

Black with #97044D

Text Example


Text Example

White with #97044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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