#981556

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

Shades of Jazzberry Jam #981556

Tints of Jazzberry Jam #981556

Color information

#981556 (or 0x981556) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 15 and 56. RGB value is (152,21,86). Sum of RGB (Red+Green+Blue) = 152+21+86=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #981556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981556 is #67EAA9. Grayscale: #434343. Windows color (decimal): -6810282 or 5641624. OLE color: 5641624.

HSL color Cylindrical-coordinate representation of color #981556: hue angle of 330.23º 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 #981556 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB1522186-
CMYK00.860.430.40
HSL330.23º75.72%33.92%-
HSV(B)330.23º86.18%59.61%-
XYZ14.97.889.54-
YUV67.58138.4188.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=58.69%
G=8.11%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152218600.860.430.40330.2375.7233.92
Hex9815560562B2814a4c22
Octal230251260126535051211442
Binary10011000101011010110010101101010111010001010010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981556; }

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

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

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

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

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

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

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

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