#980E4F

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

Shades of Jazzberry Jam #980E4F

Tints of Jazzberry Jam #980E4F

Color information

#980E4F (or 0x980E4F) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0E and 4F. RGB value is (152,14,79). Sum of RGB (Red+Green+Blue) = 152+14+79=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #980E4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E4F is #67F1B0. Grayscale: #3E3E3E. Windows color (decimal): -6812081 or 5181080. OLE color: 5181080.

HSL color Cylindrical-coordinate representation of color #980E4F: hue angle of 331.74º 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 #980E4F is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1521479-
CMYK00.910.480.40
HSL331.74º83.13%32.55%-
HSV(B)331.74º90.79%59.61%-
XYZ14.527.558.09-
YUV62.67137.22191.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=62.04%
G=5.71%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152147900.910.480.40331.7483.1332.55
Hex98E4F05B302814c5321
Octal230161170133605051412341
Binary1001100011101001111010110111100001010001010011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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