#970545

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

Shades of Jazzberry Jam #970545

Tints of Jazzberry Jam #970545

Color information

#970545 (or 0x970545) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 05 and 45. RGB value is (151,5,69). Sum of RGB (Red+Green+Blue) = 151+5+69=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #970545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970545 is #68FABA. Grayscale: #373737. Windows color (decimal): -6879931 or 4523415. OLE color: 4523415.

HSL color Cylindrical-coordinate representation of color #970545: hue angle of 333.7º 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 #970545 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB151569-
CMYK00.970.540.41
HSL333.7º93.59%30.59%-
HSV(B)333.7º96.69%59.22%-
XYZ13.897.126.27-
YUV55.95135.37195.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=67.11%
G=2.22%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15156900.970.540.41333.793.5930.59
Hex97545061362914e5e1f
Octal22751050141665151613637
Binary10010111101100010101100001110110101001101001110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970545; }

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

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

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

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

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

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

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

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