#980656

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

Shades of Jazzberry Jam #980656

Tints of Jazzberry Jam #980656

Color information

#980656 (or 0x980656) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 06 and 56. RGB value is (152,6,86). Sum of RGB (Red+Green+Blue) = 152+6+86=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #980656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980656 is #67F9A9. Grayscale: #3A3A3A. Windows color (decimal): -6814122 or 5637784. OLE color: 5637784.

HSL color Cylindrical-coordinate representation of color #980656: hue angle of 327.12º 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 #980656 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB152686-
CMYK00.960.430.40
HSL327.12º92.41%30.98%-
HSV(B)327.12º96.05%59.61%-
XYZ14.697.489.47-
YUV58.77143.37194.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 86 (33.98% from 255) = 35.25%
R=62.30%
G=2.46%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15268600.960.430.40327.1292.4130.98
Hex986560602B281475c1f
Octal23061260140535050713437
Binary10011000110101011001100000101011101000101000111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980656; }

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

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

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

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

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

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

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

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