Html Css Color HEX #97044C Jazzberry Jam

📋 copy color: '#97044C'

red 151 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #97044C

Tints of Jazzberry Jam #97044C

RGB

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

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

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

R = 65.37%
G = 1.73%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#97044C (or 0x97044C) is known color: Jazzberry Jam. HEX triplet: 97, 04 and 4C. RGB value is (151,4,76). Sum of RGB (Red+Green+Blue) = 151+4+76=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #97044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97044C is #68FBB3. Grayscale: #383838. Windows color (decimal): -6880180 or 4981911. OLE color: 4981911.

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

Color convert

RGB 151 4 76 -
CMYK 0 0.97 0.50 0.41
HSL 330.61º 0.95% 0.3% -
HSV(B) 330.61º 0.97% 0.59% -
XYZ 14.11 7.19 7.48 -
YUV 56.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 151 4 76 0 0.97 0.50 0.41 330.61 0.95 0.3
Hex 97 4 4C 0 61 32 29 14B 5F 1E
Octal 227 4 114 0 141 62 51 513 137 36
Binary 10010111 100 1001100 0 1100001 110010 101001 101001011 1011111 11110

Color Harmonies of #97044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97044C

Black with #97044C

Text Example


Text Example

White with #97044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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