Html Css Color HEX #97034D Jazzberry Jam

📋 copy color: '#97034D'

red 151 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #97034D

Tints of Jazzberry Jam #97034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 65.37%
G = 1.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97034D (or 0x97034D) is known color: Jazzberry Jam. HEX triplet: 97, 03 and 4D. RGB value is (151,3,77). Sum of RGB (Red+Green+Blue) = 151+3+77=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #97034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97034D is #68FCB2. Grayscale: #373737. Windows color (decimal): -6880435 or 5047191. OLE color: 5047191.

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

Color convert

RGB 151 3 77 -
CMYK 0 0.98 0.49 0.41
HSL 330º 0.96% 0.3% -
HSV(B) 330º 0.98% 0.59% -
XYZ 14.13 7.18 7.66 -
YUV 55.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 151 3 77 0 0.98 0.49 0.41 330 0.96 0.3
Hex 97 3 4D 0 62 31 29 14A 60 1E
Octal 227 3 115 0 142 61 51 512 140 36
Binary 10010111 11 1001101 0 1100010 110001 101001 101001010 1100000 11110

Color Harmonies of #97034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97034D

Black with #97034D

Text Example


Text Example

White with #97034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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