#97155A

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

Shades of Jazzberry Jam #97155A

Tints of Jazzberry Jam #97155A

Color information

#97155A (or 0x97155A) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 15 and 5A. RGB value is (151,21,90). Sum of RGB (Red+Green+Blue) = 151+21+90=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97155A is #68EAA5. Grayscale: #434343. Windows color (decimal): -6875814 or 5903767. OLE color: 5903767.

HSL color Cylindrical-coordinate representation of color #97155A: hue angle of 328.15º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97155A is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1512190-
CMYK00.860.400.41
HSL328.15º75.58%33.73%-
HSV(B)328.15º86.09%59.22%-
XYZ14.887.8510.4-
YUV67.74140.57187.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.63%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=57.63%
G=8.02%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151219000.860.400.41328.1575.5833.73
Hex97155A05628291484c22
Octal227251320126505151011442
Binary10010111101011011010010101101010001010011010010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97155A; }

 p { color: rgb(151,21,90); }

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

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

 a { background-color: rgb(151,21,90); }

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

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

 span { border-color: rgb(151,21,90); }

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