#97165A

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

Shades of Jazzberry Jam #97165A

Tints of Jazzberry Jam #97165A

Color information

#97165A (or 0x97165A) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 16 and 5A. RGB value is (151,22,90). Sum of RGB (Red+Green+Blue) = 151+22+90=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97165A is #68E9A5. Grayscale: #444444. Windows color (decimal): -6875558 or 5904023. OLE color: 5904023.

HSL color Cylindrical-coordinate representation of color #97165A: hue angle of 328.37º 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 #97165A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1512290-
CMYK00.850.400.41
HSL328.37º74.57%33.92%-
HSV(B)328.37º85.43%59.22%-
XYZ14.897.8910.41-
YUV68.32140.24186.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=57.41%
G=8.37%
B=34.22%

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
Decimal151229000.850.400.41328.3774.5733.92
Hex97165A05528291484b22
Octal227261320125505151011342
Binary10010111101101011010010101011010001010011010010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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