#970A57

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

Shades of Jazzberry Jam #970A57

Tints of Jazzberry Jam #970A57

Color information

#970A57 (or 0x970A57) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0A and 57. RGB value is (151,10,87). Sum of RGB (Red+Green+Blue) = 151+10+87=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #970A57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A57 is #68F5A8. Grayscale: #3C3C3C. Windows color (decimal): -6878633 or 5704343. OLE color: 5704343.

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

Color convert

RGB1511087-
CMYK00.930.420.41
HSL327.23º87.58%31.57%-
HSV(B)327.23º93.38%59.22%-
XYZ14.597.489.69-
YUV60.94142.71192.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.89%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=60.89%
G=4.03%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151108700.930.420.41327.2387.5831.57
Hex97A5705D2A291475820
Octal227121270135525150713040
Binary1001011110101010111010111011010101010011010001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,10,87); }

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

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

 a { background-color: rgb(151,10,87); }

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

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

 span { border-color: rgb(151,10,87); }

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