#97044F

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

Shades of Jazzberry Jam #97044F

Tints of Jazzberry Jam #97044F

Color information

#97044F (or 0x97044F) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 04 and 4F. RGB value is (151,4,79). Sum of RGB (Red+Green+Blue) = 151+4+79=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #97044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97044F is #68FBB0. Grayscale: #383838. Windows color (decimal): -6880177 or 5178519. OLE color: 5178519.

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

Color convert

RGB151479-
CMYK00.970.480.41
HSL329.39º94.84%30.39%-
HSV(B)329.39º97.35%59.22%-
XYZ14.227.238.04-
YUV56.5140.7195.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.53%
GREEN value IS 4 (1.95% from 255) = 1.71%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=64.53%
G=1.71%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15147900.970.480.41329.3994.8430.39
Hex9744F06130291495f1e
Octal22741170141605151113736
Binary10010111100100111101100001110000101001101001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97044F;
 }
 .AnyTagClassName
 {
   color: #97044F;
 }
</style>
background-color css

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

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

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

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

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

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