Html Css Color HEX #97004A Jazzberry Jam

📋 copy color: '#97004A'

red 151 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #97004A

Tints of Jazzberry Jam #97004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 67.11%
G = 0%
B = 32.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#97004A (or 0x97004A) is known color: Jazzberry Jam. HEX triplet: 97, 00 and 4A. RGB value is (151,0,74). Sum of RGB (Red+Green+Blue) = 151+0+74=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #97004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97004A is #68FFB5. Grayscale: #353535. Windows color (decimal): -6881206 or 4849815. OLE color: 4849815.

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

Color convert

RGB 151 0 74 -
CMYK 0 1 0.51 0.41
HSL 330.6º 1% 0.3% -
HSV(B) 330.6º 1% 0.59% -
XYZ 14 7.07 7.11 -
YUV 53.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 151 0 74 0 1 0.51 0.41 330.6 1 0.3
Hex 97 0 4A 0 64 33 29 14B 64 1E
Octal 227 0 112 0 144 63 51 513 144 36
Binary 10010111 0 1001010 0 1100100 110011 101001 101001011 1100100 11110

Color Harmonies of #97004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97004A

Black with #97004A

Text Example


Text Example

White with #97004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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