Html Css Color HEX #97004D Jazzberry Jam

📋 copy color: '#97004D'

red 151 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #97004D

Tints of Jazzberry Jam #97004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.23%
G = 0%
B = 33.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97004D (or 0x97004D) is known color: Jazzberry Jam. HEX triplet: 97, 00 and 4D. RGB value is (151,0,77). Sum of RGB (Red+Green+Blue) = 151+0+77=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #97004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97004D is #68FFB2. Grayscale: #353535. Windows color (decimal): -6881203 or 5046423. OLE color: 5046423.

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

Color convert

RGB 151 0 77 -
CMYK 0 1 0.49 0.41
HSL 329.4º 1% 0.3% -
HSV(B) 329.4º 1% 0.59% -
XYZ 14.1 7.12 7.65 -
YUV 53.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 151 0 77 0 1 0.49 0.41 329.4 1 0.3
Hex 97 0 4D 0 64 31 29 149 64 1E
Octal 227 0 115 0 144 61 51 511 144 36
Binary 10010111 0 1001101 0 1100100 110001 101001 101001001 1100100 11110

Color Harmonies of #97004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97004D

Black with #97004D

Text Example


Text Example

White with #97004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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