#97064D

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

Shades of Jazzberry Jam #97064D

Tints of Jazzberry Jam #97064D

Color information

#97064D (or 0x97064D) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 06 and 4D. RGB value is (151,6,77). Sum of RGB (Red+Green+Blue) = 151+6+77=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #97064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97064D is #68F9B2. Grayscale: #393939. Windows color (decimal): -6879667 or 5047959. OLE color: 5047959.

HSL color Cylindrical-coordinate representation of color #97064D: hue angle of 330.62º 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 #97064D is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB151677-
CMYK00.960.490.41
HSL330.62º92.36%30.78%-
HSV(B)330.62º96.03%59.22%-
XYZ14.177.257.67-
YUV57.45139.04194.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.53%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=64.53%
G=2.56%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15167700.960.490.41330.6292.3630.78
Hex9764D060312914b5c1f
Octal22761150140615151313437
Binary10010111110100110101100000110001101001101001011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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