#981555

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

Shades of Jazzberry Jam #981555

Tints of Jazzberry Jam #981555

Color information

#981555 (or 0x981555) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 15 and 55. RGB value is (152,21,85). Sum of RGB (Red+Green+Blue) = 152+21+85=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #981555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981555 is #67EAAA. Grayscale: #434343. Windows color (decimal): -6810283 or 5576088. OLE color: 5576088.

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

Color convert

RGB1522185-
CMYK00.860.440.40
HSL330.69º75.72%33.92%-
HSV(B)330.69º86.18%59.61%-
XYZ14.867.879.33-
YUV67.46137.9188.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=58.91%
G=8.14%
B=32.95%

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
Decimal152218500.860.440.40330.6975.7233.92
Hex9815550562C2814b4c22
Octal230251250126545051311442
Binary10011000101011010101010101101011001010001010010111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981555; }

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

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

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

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

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

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

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

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