#970943

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

Shades of Jazzberry Jam #970943

Tints of Jazzberry Jam #970943

Color information

#970943 (or 0x970943) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 09 and 43. RGB value is (151,9,67). Sum of RGB (Red+Green+Blue) = 151+9+67=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #970943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970943 is #68F6BC. Grayscale: #393939. Windows color (decimal): -6878909 or 4393367. OLE color: 4393367.

HSL color Cylindrical-coordinate representation of color #970943: hue angle of 335.49º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970943 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB151967-
CMYK00.940.560.41
HSL335.49º88.75%31.37%-
HSV(B)335.49º94.04%59.22%-
XYZ13.877.185.96-
YUV58.07133.04194.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.52%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 67 (26.56% from 255) = 29.52%
R=66.52%
G=3.96%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15196700.940.560.41335.4988.7531.37
Hex9794305E382914f591f
Octal227111030136705151713137
Binary100101111001100001101011110111000101001101001111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970943; }

 p { color: rgb(151,9,67); }

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

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

 a { background-color: rgb(151,9,67); }

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

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

 span { border-color: rgb(151,9,67); }

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