#970541

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

Shades of Jazzberry Jam #970541

Tints of Jazzberry Jam #970541

Color information

#970541 (or 0x970541) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 05 and 41. RGB value is (151,5,65). Sum of RGB (Red+Green+Blue) = 151+5+65=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #970541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970541 is #68FABE. Grayscale: #373737. Windows color (decimal): -6879935 or 4261271. OLE color: 4261271.

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

Color convert

RGB151565-
CMYK00.970.570.41
HSL335.34º93.59%30.59%-
HSV(B)335.34º96.69%59.22%-
XYZ13.777.075.64-
YUV55.49133.37196.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.33%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=68.33%
G=2.26%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15156500.970.570.41335.3493.5930.59
Hex97541061392914f5e1f
Octal22751010141715151713637
Binary10010111101100000101100001111001101001101001111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970541; }

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

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

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

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

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

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

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

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