#980D61

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

Shades of Jazzberry Jam #980D61

Tints of Jazzberry Jam #980D61

Color information

#980D61 (or 0x980D61) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0D and 61. RGB value is (152,13,97). Sum of RGB (Red+Green+Blue) = 152+13+97=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #980D61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D61 is #67F29E. Grayscale: #3F3F3F. Windows color (decimal): -6812319 or 6360472. OLE color: 6360472.

HSL color Cylindrical-coordinate representation of color #980D61: hue angle of 323.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D61 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1521397-
CMYK00.910.360.40
HSL323.74º84.24%32.35%-
HSV(B)323.74º91.45%59.61%-
XYZ15.257.8312.02-
YUV64.14146.55190.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.02%
GREEN value IS 13 (5.47% from 255) = 4.96%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=58.02%
G=4.96%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152139700.910.360.40323.7484.2432.35
Hex98D6105B24281445420
Octal230151410133445050412440
Binary1001100011011100001010110111001001010001010001001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980D61; }

 p { color: rgb(152,13,97); }

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

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

 a { background-color: rgb(152,13,97); }

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

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

 span { border-color: rgb(152,13,97); }

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