#97195E

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

Shades of Jazzberry Jam #97195E

Tints of Jazzberry Jam #97195E

Color information

#97195E (or 0x97195E) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 19 and 5E. RGB value is (151,25,94). Sum of RGB (Red+Green+Blue) = 151+25+94=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #97195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97195E is #68E6A1. Grayscale: #464646. Windows color (decimal): -6874786 or 6166935. OLE color: 6166935.

HSL color Cylindrical-coordinate representation of color #97195E: hue angle of 327.14º degrees, saturation: 0.72, 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 #97195E is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1512594-
CMYK00.830.380.41
HSL327.14º71.59%34.51%-
HSV(B)327.14º83.44%59.22%-
XYZ15.138.0811.35-
YUV70.54141.24185.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.93%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=55.93%
G=9.26%
B=34.81%

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
Decimal151259400.830.380.41327.1471.5934.51
Hex97195E05326291474823
Octal227311360123465150711043
Binary10010111110011011110010100111001101010011010001111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97195E; }

 p { color: rgb(151,25,94); }

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

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

 a { background-color: rgb(151,25,94); }

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

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

 span { border-color: rgb(151,25,94); }

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