#970544

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

Shades of Jazzberry Jam #970544

Tints of Jazzberry Jam #970544

Color information

#970544 (or 0x970544) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 05 and 44. RGB value is (151,5,68). Sum of RGB (Red+Green+Blue) = 151+5+68=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #970544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970544 is #68FABB. Grayscale: #373737. Windows color (decimal): -6879932 or 4457879. OLE color: 4457879.

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

Color convert

RGB151568-
CMYK00.970.550.41
HSL334.11º93.59%30.59%-
HSV(B)334.11º96.69%59.22%-
XYZ13.867.116.11-
YUV55.84134.87195.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.41%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=67.41%
G=2.23%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15156800.970.550.41334.1193.5930.59
Hex97544061372914e5e1f
Octal22751040141675151613637
Binary10010111101100010001100001110111101001101001110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970544; }

 p { color: rgb(151,5,68); }

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

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

 a { background-color: rgb(151,5,68); }

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

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

 span { border-color: rgb(151,5,68); }

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