#970F50

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

Shades of Jazzberry Jam #970F50

Tints of Jazzberry Jam #970F50

Color information

#970F50 (or 0x970F50) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0F and 50. RGB value is (151,15,80). Sum of RGB (Red+Green+Blue) = 151+15+80=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #970F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F50 is #68F0AF. Grayscale: #3E3E3E. Windows color (decimal): -6877360 or 5246871. OLE color: 5246871.

HSL color Cylindrical-coordinate representation of color #970F50: hue angle of 331.32º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F50 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1511580-
CMYK00.900.470.41
HSL331.32º81.93%32.55%-
HSV(B)331.32º90.07%59.22%-
XYZ14.387.58.28-
YUV63.07137.56190.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.38%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=61.38%
G=6.10%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151158000.900.470.41331.3281.9332.55
Hex97F5005A2F2914b5221
Octal227171200132575151312241
Binary1001011111111010000010110101011111010011010010111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,15,80); }

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

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

 a { background-color: rgb(151,15,80); }

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

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

 span { border-color: rgb(151,15,80); }

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