#97124A

Color #97124A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #97124A

Tints of Jazzberry Jam #97124A

Color information

#97124A (or 0x97124A) is unknown color: approx 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

RGB1511874-
CMYK00.880.510.41
HSL334.74º78.7%33.14%-
HSV(B)334.74º88.08%59.22%-
XYZ14.217.517.18-
YUV64.15133.56189.95-

RGB Variations

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

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.30% from 255) = 30.45%
R=62.14%
G=7.41%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151187400.880.510.41334.7478.733.14
Hex97124A058332914f4f21
Octal227221120130635151711741
Binary10010111100101001010010110001100111010011010011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>