#97165B

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

Shades of Jazzberry Jam #97165B

Tints of Jazzberry Jam #97165B

Color information

#97165B (or 0x97165B) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 16 and 5B. RGB value is (151,22,91). Sum of RGB (Red+Green+Blue) = 151+22+91=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #97165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97165B is #68E9A4. Grayscale: #444444. Windows color (decimal): -6875557 or 5969559. OLE color: 5969559.

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

Color convert

RGB1512291-
CMYK00.850.400.41
HSL327.91º74.57%33.92%-
HSV(B)327.91º85.43%59.22%-
XYZ14.947.9110.64-
YUV68.44140.74186.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.20%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=57.20%
G=8.33%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151229100.850.400.41327.9174.5733.92
Hex97165B05528291484b22
Octal227261330125505151011342
Binary10010111101101011011010101011010001010011010010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97165B; }

 p { color: rgb(151,22,91); }

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

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

 a { background-color: rgb(151,22,91); }

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

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

 span { border-color: rgb(151,22,91); }

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