#981257

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

Shades of Jazzberry Jam #981257

Tints of Jazzberry Jam #981257

Color information

#981257 (or 0x981257) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 12 and 57. RGB value is (152,18,87). Sum of RGB (Red+Green+Blue) = 152+18+87=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #981257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981257 is #67EDA8. Grayscale: #414141. Windows color (decimal): -6811049 or 5706392. OLE color: 5706392.

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

Color convert

RGB1521887-
CMYK00.880.430.40
HSL329.1º78.82%33.33%-
HSV(B)329.1º88.16%59.61%-
XYZ14.897.89.74-
YUV65.93139.89189.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=59.14%
G=7.00%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152188700.880.430.40329.178.8233.33
Hex9812570582B281494f21
Octal230221270130535051111741
Binary10011000100101010111010110001010111010001010010011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981257; }

 p { color: rgb(152,18,87); }

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

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

 a { background-color: rgb(152,18,87); }

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

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

 span { border-color: rgb(152,18,87); }

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