#970D51

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

Shades of Jazzberry Jam #970D51

Tints of Jazzberry Jam #970D51

Color information

#970D51 (or 0x970D51) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0D and 51. RGB value is (151,13,81). Sum of RGB (Red+Green+Blue) = 151+13+81=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #970D51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D51 is #68F2AE. Grayscale: #3D3D3D. Windows color (decimal): -6877871 or 5311895. OLE color: 5311895.

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

Color convert

RGB1511381-
CMYK00.910.460.41
HSL330.43º84.15%32.16%-
HSV(B)330.43º91.39%59.22%-
XYZ14.397.468.47-
YUV62.01138.72191.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=61.63%
G=5.31%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151138100.910.460.41330.4384.1532.16
Hex97D5105B2E2914a5420
Octal227151210133565151212440
Binary1001011111011010001010110111011101010011010010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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