#981560

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

Shades of Jazzberry Jam #981560

Tints of Jazzberry Jam #981560

Color information

#981560 (or 0x981560) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 15 and 60. RGB value is (152,21,96). Sum of RGB (Red+Green+Blue) = 152+21+96=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #981560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981560 is #67EA9F. Grayscale: #444444. Windows color (decimal): -6810272 or 6296984. OLE color: 6296984.

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

Color convert

RGB1522196-
CMYK00.860.370.40
HSL325.65º75.72%33.92%-
HSV(B)325.65º86.18%59.61%-
XYZ15.338.0611.81-
YUV68.72143.4187.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=56.51%
G=7.81%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152219600.860.370.40325.6575.7233.92
Hex98156005625281464c22
Octal230251400126455050611442
Binary10011000101011100000010101101001011010001010001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981560; }

 p { color: rgb(152,21,96); }

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

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

 a { background-color: rgb(152,21,96); }

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

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

 span { border-color: rgb(152,21,96); }

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