#97064F

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

Shades of Jazzberry Jam #97064F

Tints of Jazzberry Jam #97064F

Color information

#97064F (or 0x97064F) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 06 and 4F. RGB value is (151,6,79). Sum of RGB (Red+Green+Blue) = 151+6+79=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #97064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97064F is #68F9B0. Grayscale: #393939. Windows color (decimal): -6879665 or 5179031. OLE color: 5179031.

HSL color Cylindrical-coordinate representation of color #97064F: hue angle of 329.79º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97064F is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB151679-
CMYK00.960.480.41
HSL329.79º92.36%30.78%-
HSV(B)329.79º96.03%59.22%-
XYZ14.247.278.05-
YUV57.68140.04194.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.98%
GREEN value IS 6 (2.73% from 255) = 2.54%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=63.98%
G=2.54%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15167900.960.480.41329.7992.3630.78
Hex9764F060302914a5c1f
Octal22761170140605151213437
Binary10010111110100111101100000110000101001101001010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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