#981456

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

Shades of Jazzberry Jam #981456

Tints of Jazzberry Jam #981456

Color information

#981456 (or 0x981456) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 14 and 56. RGB value is (152,20,86). Sum of RGB (Red+Green+Blue) = 152+20+86=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #981456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981456 is #67EBA9. Grayscale: #424242. Windows color (decimal): -6810538 or 5641368. OLE color: 5641368.

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

Color convert

RGB1522086-
CMYK00.870.430.40
HSL330º76.74%33.73%-
HSV(B)330º86.84%59.61%-
XYZ14.887.859.53-
YUV66.99138.73188.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 20 (8.20% from 255) = 7.75%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=58.91%
G=7.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152208600.870.430.4033076.7433.73
Hex9814560572B2814a4d22
Octal230241260127535051211542
Binary10011000101001010110010101111010111010001010010101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981456; }

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

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

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

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

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

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

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

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