#97186A

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

Shades of Jazzberry Jam #97186A

Tints of Jazzberry Jam #97186A

Color information

#97186A (or 0x97186A) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 18 and 6A. RGB value is (151,24,106). Sum of RGB (Red+Green+Blue) = 151+24+106=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97186A is #68E795. Grayscale: #474747. Windows color (decimal): -6875030 or 6953111. OLE color: 6953111.

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

Color convert

RGB15124106-
CMYK00.840.300.41
HSL321.26º72.57%34.31%-
HSV(B)321.26º84.11%59.22%-
XYZ15.698.2714.41-
YUV71.32147.58184.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.74%
GREEN value IS 24 (9.77% from 255) = 8.54%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=53.74%
G=8.54%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512410600.840.300.41321.2672.5734.31
Hex97186A0541E291414922
Octal227301520124365150111142
Binary1001011111000110101001010100111101010011010000011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,24,106); }

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

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

 a { background-color: rgb(151,24,106); }

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

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

 span { border-color: rgb(151,24,106); }

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