#980740

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

Shades of Jazzberry Jam #980740

Tints of Jazzberry Jam #980740

Color information

#980740 (or 0x980740) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 07 and 40. RGB value is (152,7,64). Sum of RGB (Red+Green+Blue) = 152+7+64=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980740 is #67F8BF. Grayscale: #383838. Windows color (decimal): -6813888 or 4196248. OLE color: 4196248.

HSL color Cylindrical-coordinate representation of color #980740: hue angle of 336.41º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980740 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB152764-
CMYK00.950.580.40
HSL336.41º91.19%31.18%-
HSV(B)336.41º95.39%59.61%-
XYZ13.957.25.5-
YUV56.85132.04195.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.16%
GREEN value IS 7 (3.12% from 255) = 3.14%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=68.16%
G=3.14%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15276400.950.580.40336.4191.1931.18
Hex9874005F3A281505b1f
Octal23071000137725052013337
Binary10011000111100000001011111111010101000101010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980740; }

 p { color: rgb(152,7,64); }

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

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

 a { background-color: rgb(152,7,64); }

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

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

 span { border-color: rgb(152,7,64); }

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