#97084C

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

Shades of Jazzberry Jam #97084C

Tints of Jazzberry Jam #97084C

Color information

#97084C (or 0x97084C) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 08 and 4C. RGB value is (151,8,76). Sum of RGB (Red+Green+Blue) = 151+8+76=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #97084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97084C is #68F7B3. Grayscale: #3A3A3A. Windows color (decimal): -6879156 or 4982935. OLE color: 4982935.

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

Color convert

RGB151876-
CMYK00.950.500.41
HSL331.47º89.94%31.18%-
HSV(B)331.47º94.7%59.22%-
XYZ14.157.277.5-
YUV58.51137.88193.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.26%
GREEN value IS 8 (3.52% from 255) = 3.40%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=64.26%
G=3.40%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15187600.950.500.41331.4789.9431.18
Hex9784C05F322914b5a1f
Octal227101140137625151313237
Binary100101111000100110001011111110010101001101001011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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