#97064E

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

Shades of Jazzberry Jam #97064E

Tints of Jazzberry Jam #97064E

Color information

#97064E (or 0x97064E) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 06 and 4E. RGB value is (151,6,78). Sum of RGB (Red+Green+Blue) = 151+6+78=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #97064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97064E is #68F9B1. Grayscale: #393939. Windows color (decimal): -6879666 or 5113495. OLE color: 5113495.

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

Color convert

RGB151678-
CMYK00.960.480.41
HSL330.21º92.36%30.78%-
HSV(B)330.21º96.03%59.22%-
XYZ14.27.267.86-
YUV57.56139.54194.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.26%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=64.26%
G=2.55%
B=33.19%

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
Decimal15167800.960.480.41330.2192.3630.78
Hex9764E060302914a5c1f
Octal22761160140605151213437
Binary10010111110100111001100000110000101001101001010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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