#980640

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

Shades of Jazzberry Jam #980640

Tints of Jazzberry Jam #980640

Color information

#980640 (or 0x980640) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 06 and 40. RGB value is (152,6,64). Sum of RGB (Red+Green+Blue) = 152+6+64=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #980640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980640 is #67F9BF. Grayscale: #383838. Windows color (decimal): -6814144 or 4195992. OLE color: 4195992.

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

Color convert

RGB152664-
CMYK00.960.580.40
HSL336.16º92.41%30.98%-
HSV(B)336.16º96.05%59.61%-
XYZ13.947.185.5-
YUV56.27132.37196.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.47%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=68.47%
G=2.70%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15266400.960.580.40336.1692.4130.98
Hex986400603A281505c1f
Octal23061000140725052013437
Binary10011000110100000001100000111010101000101010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980640; }

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

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

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

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

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

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

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

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