#97034C

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

Shades of Jazzberry Jam #97034C

Tints of Jazzberry Jam #97034C

Color information

#97034C (or 0x97034C) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 03 and 4C. RGB value is (151,3,76). Sum of RGB (Red+Green+Blue) = 151+3+76=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #97034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97034C is #68FCB3. Grayscale: #373737. Windows color (decimal): -6880436 or 4981655. OLE color: 4981655.

HSL color Cylindrical-coordinate representation of color #97034C: hue angle of 330.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97034C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB151376-
CMYK00.980.500.41
HSL330.41º96.1%30.2%-
HSV(B)330.41º98.01%59.22%-
XYZ14.17.177.48-
YUV55.57139.53196.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.65%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=65.65%
G=1.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15137600.980.500.41330.4196.130.2
Hex9734C062322914a601e
Octal22731140142625151214036
Binary1001011111100110001100010110010101001101001010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97034C; }

 p { color: rgb(151,3,76); }

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

<style>
 a { background-color: #97034C; }

 a { background-color: rgb(151,3,76); }

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

<style>
 span { border-color: #97034C; }

 span { border-color: rgb(151,3,76); }

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