#970E4C

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

Shades of Jazzberry Jam #970E4C

Tints of Jazzberry Jam #970E4C

Color information

#970E4C (or 0x970E4C) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0E and 4C. RGB value is (151,14,76). Sum of RGB (Red+Green+Blue) = 151+14+76=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #970E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E4C is #68F1B3. Grayscale: #3D3D3D. Windows color (decimal): -6877620 or 4984471. OLE color: 4984471.

HSL color Cylindrical-coordinate representation of color #970E4C: hue angle of 332.85º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E4C is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB1511476-
CMYK00.910.500.41
HSL332.85º83.03%32.35%-
HSV(B)332.85º90.73%59.22%-
XYZ14.227.427.52-
YUV62.03135.89191.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.66%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=62.66%
G=5.81%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151147600.910.500.41332.8583.0332.35
Hex97E4C05B322914d5320
Octal227161140133625151512340
Binary1001011111101001100010110111100101010011010011011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970E4C; }

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

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

<style>
 a { background-color: #970E4C; }

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

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

<style>
 span { border-color: #970E4C; }

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

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