#970D5D

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

Shades of Jazzberry Jam #970D5D

Tints of Jazzberry Jam #970D5D

Color information

#970D5D (or 0x970D5D) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0D and 5D. RGB value is (151,13,93). Sum of RGB (Red+Green+Blue) = 151+13+93=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #970D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D5D is #68F2A2. Grayscale: #3F3F3F. Windows color (decimal): -6877859 or 6098327. OLE color: 6098327.

HSL color Cylindrical-coordinate representation of color #970D5D: hue angle of 325.22º degrees, saturation: 0.84, 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 #970D5D is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1511393-
CMYK00.910.380.41
HSL325.22º84.15%32.16%-
HSV(B)325.22º91.39%59.22%-
XYZ14.887.6611.05-
YUV63.38144.72190.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 13 (5.47% from 255) = 5.06%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=58.75%
G=5.06%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151139300.910.380.41325.2284.1532.16
Hex97D5D05B26291455420
Octal227151350133465150512440
Binary1001011111011011101010110111001101010011010001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,13,93); }

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

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

 a { background-color: rgb(151,13,93); }

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

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

 span { border-color: rgb(151,13,93); }

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