#970045

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

Shades of Jazzberry Jam #970045

Tints of Jazzberry Jam #970045

Color information

#970045 (or 0x970045) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 00 and 45. RGB value is (151,0,69). Sum of RGB (Red+Green+Blue) = 151+0+69=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #970045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970045 is #68FFBA. Grayscale: #343434. Windows color (decimal): -6881211 or 4522135. OLE color: 4522135.

HSL color Cylindrical-coordinate representation of color #970045: hue angle of 332.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970045 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB151069-
CMYK010.540.41
HSL332.58º100%29.61%-
HSV(B)332.58º100%59.22%-
XYZ13.847.016.25-
YUV53.02137.03197.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=68.64%
G=0%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151069010.540.41332.5810029.61
Hex97045064362914d641e
Octal22701050144665151514436
Binary100101110100010101100100110110101001101001101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970045; }

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

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

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

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

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

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

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

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