#981051

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

Shades of Jazzberry Jam #981051

Tints of Jazzberry Jam #981051

Color information

#981051 (or 0x981051) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 10 and 51. RGB value is (152,16,81). Sum of RGB (Red+Green+Blue) = 152+16+81=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #981051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981051 is #67EFAE. Grayscale: #3F3F3F. Windows color (decimal): -6811567 or 5312664. OLE color: 5312664.

HSL color Cylindrical-coordinate representation of color #981051: hue angle of 331.32º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981051 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1521681-
CMYK00.890.470.40
HSL331.32º80.95%32.94%-
HSV(B)331.32º89.47%59.61%-
XYZ14.627.648.49-
YUV64.07137.56190.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.04%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=61.04%
G=6.43%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152168100.890.470.40331.3280.9532.94
Hex9810510592F2814b5121
Octal230201210131575051312141
Binary10011000100001010001010110011011111010001010010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981051; }

 p { color: rgb(152,16,81); }

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

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

 a { background-color: rgb(152,16,81); }

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

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

 span { border-color: rgb(152,16,81); }

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