#970D5B

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

Shades of Jazzberry Jam #970D5B

Tints of Jazzberry Jam #970D5B

Color information

#970D5B (or 0x970D5B) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0D and 5B. RGB value is (151,13,91). Sum of RGB (Red+Green+Blue) = 151+13+91=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #970D5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D5B is #68F2A4. Grayscale: #3E3E3E. Windows color (decimal): -6877861 or 5967255. OLE color: 5967255.

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

Color convert

RGB1511391-
CMYK00.910.400.41
HSL326.09º84.15%32.16%-
HSV(B)326.09º91.39%59.22%-
XYZ14.797.6210.59-
YUV63.15143.72190.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.22%
GREEN value IS 13 (5.47% from 255) = 5.10%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=59.22%
G=5.10%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151139100.910.400.41326.0984.1532.16
Hex97D5B05B28291465420
Octal227151330133505150612440
Binary1001011111011011011010110111010001010011010001101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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