#980E4E

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

Shades of Jazzberry Jam #980E4E

Tints of Jazzberry Jam #980E4E

Color information

#980E4E (or 0x980E4E) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0E and 4E. RGB value is (152,14,78). Sum of RGB (Red+Green+Blue) = 152+14+78=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #980E4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E4E is #67F1B1. Grayscale: #3E3E3E. Windows color (decimal): -6812082 or 5115544. OLE color: 5115544.

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

Color convert

RGB1521478-
CMYK00.910.490.40
HSL332.17º83.13%32.55%-
HSV(B)332.17º90.79%59.61%-
XYZ14.487.547.9-
YUV62.56136.72191.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=62.30%
G=5.74%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152147800.910.490.40332.1783.1332.55
Hex98E4E05B312814c5321
Octal230161160133615051412341
Binary1001100011101001110010110111100011010001010011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,14,78); }

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

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

 a { background-color: rgb(152,14,78); }

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

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

 span { border-color: rgb(152,14,78); }

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