Html Css Color HEX #97124A Jazzberry Jam

📋 copy color: '#97124A'

red 151 ◦ green 18 ◦ blue 74

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

Shades of Jazzberry Jam #97124A

Tints of Jazzberry Jam #97124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 62.14%
G = 7.41%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#97124A (or 0x97124A) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 4A. RGB value is (151,18,74). Sum of RGB (Red+Green+Blue) = 151+18+74=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #97124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97124A is #68EDB5. Grayscale: #404040. Windows color (decimal): -6876598 or 4854423. OLE color: 4854423.

HSL color Cylindrical-coordinate representation of color #97124A: hue angle of 334.74º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #97124A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 18 74 -
CMYK 0 0.88 0.51 0.41
HSL 334.74º 0.79% 0.33% -
HSV(B) 334.74º 0.88% 0.59% -
XYZ 14.21 7.51 7.18 -
YUV 64.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 151 18 74 0 0.88 0.51 0.41 334.74 0.79 0.33
Hex 97 12 4A 0 58 33 29 14F 4F 21
Octal 227 22 112 0 130 63 51 517 117 41
Binary 10010111 10010 1001010 0 1011000 110011 101001 101001111 1001111 100001

Color Harmonies of #97124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97124A

Black with #97124A

Text Example


Text Example

White with #97124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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