#980D4E

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

Shades of Jazzberry Jam #980D4E

Tints of Jazzberry Jam #980D4E

Color information

#980D4E (or 0x980D4E) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0D and 4E. RGB value is (152,13,78). Sum of RGB (Red+Green+Blue) = 152+13+78=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #980D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D4E is #67F2B1. Grayscale: #3D3D3D. Windows color (decimal): -6812338 or 5115288. OLE color: 5115288.

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

Color convert

RGB1521378-
CMYK00.910.490.40
HSL331.94º84.24%32.35%-
HSV(B)331.94º91.45%59.61%-
XYZ14.477.517.9-
YUV61.97137.05192.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 13 (5.47% from 255) = 5.35%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=62.55%
G=5.35%
B=32.10%

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
Decimal152137800.910.490.40331.9484.2432.35
Hex98D4E05B312814c5420
Octal230151160133615051412440
Binary1001100011011001110010110111100011010001010011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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