Html Css Color HEX #97004C Jazzberry Jam

📋 copy color: '#97004C'

red 151 ◦ green 0 ◦ blue 76

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

Shades of Jazzberry Jam #97004C

Tints of Jazzberry Jam #97004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 66.52%
G = 0%
B = 33.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#97004C (or 0x97004C) is known color: Jazzberry Jam. HEX triplet: 97, 00 and 4C. RGB value is (151,0,76). Sum of RGB (Red+Green+Blue) = 151+0+76=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #97004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97004C is #68FFB3. Grayscale: #353535. Windows color (decimal): -6881204 or 4980887. OLE color: 4980887.

HSL color Cylindrical-coordinate representation of color #97004C: hue angle of 329.8º 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 #97004C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 76 -
CMYK 0 1 0.50 0.41
HSL 329.8º 1% 0.3% -
HSV(B) 329.8º 1% 0.59% -
XYZ 14.07 7.1 7.47 -
YUV 53.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 151 0 76 0 1 0.50 0.41 329.8 1 0.3
Hex 97 0 4C 0 64 32 29 14A 64 1E
Octal 227 0 114 0 144 62 51 512 144 36
Binary 10010111 0 1001100 0 1100100 110010 101001 101001010 1100100 11110

Color Harmonies of #97004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97004C

Black with #97004C

Text Example


Text Example

White with #97004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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