#981655

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

Shades of Jazzberry Jam #981655

Tints of Jazzberry Jam #981655

Color information

#981655 (or 0x981655) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 16 and 55. RGB value is (152,22,85). Sum of RGB (Red+Green+Blue) = 152+22+85=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #981655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981655 is #67E9AA. Grayscale: #434343. Windows color (decimal): -6810027 or 5576344. OLE color: 5576344.

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

Color convert

RGB1522285-
CMYK00.860.440.40
HSL330.92º74.71%34.12%-
HSV(B)330.92º85.53%59.61%-
XYZ14.887.919.34-
YUV68.05137.57187.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=58.69%
G=8.49%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152228500.860.440.40330.9274.7134.12
Hex9816550562C2814b4b22
Octal230261250126545051311342
Binary10011000101101010101010101101011001010001010010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981655; }

 p { color: rgb(152,22,85); }

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

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

 a { background-color: rgb(152,22,85); }

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

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

 span { border-color: rgb(152,22,85); }

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