#971A5D

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

Shades of Jazzberry Jam #971A5D

Tints of Jazzberry Jam #971A5D

Color information

#971A5D (or 0x971A5D) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 1A and 5D. RGB value is (151,26,93). Sum of RGB (Red+Green+Blue) = 151+26+93=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #971A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A5D is #68E5A2. Grayscale: #464646. Windows color (decimal): -6874531 or 6101655. OLE color: 6101655.

HSL color Cylindrical-coordinate representation of color #971A5D: hue angle of 327.84º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A5D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1512693-
CMYK00.830.380.41
HSL327.84º70.62%34.71%-
HSV(B)327.84º82.78%59.22%-
XYZ15.118.1111.12-
YUV71.01140.41185.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.93%
GREEN value IS 26 (10.55% from 255) = 9.63%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=55.93%
G=9.63%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151269300.830.380.41327.8470.6234.71
Hex971A5D05326291484723
Octal227321350123465151010743
Binary10010111110101011101010100111001101010011010010001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971A5D; }

 p { color: rgb(151,26,93); }

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

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

 a { background-color: rgb(151,26,93); }

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

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

 span { border-color: rgb(151,26,93); }

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