#980846

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

Shades of Jazzberry Jam #980846

Tints of Jazzberry Jam #980846

Color information

#980846 (or 0x980846) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 08 and 46. RGB value is (152,8,70). Sum of RGB (Red+Green+Blue) = 152+8+70=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #980846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980846 is #67F7B9. Grayscale: #3A3A3A. Windows color (decimal): -6813626 or 4589720. OLE color: 4589720.

HSL color Cylindrical-coordinate representation of color #980846: hue angle of 334.17º degrees, saturation: 0.9, 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 #980846 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB152870-
CMYK00.950.540.40
HSL334.17º90%31.37%-
HSV(B)334.17º94.74%59.61%-
XYZ14.147.296.46-
YUV58.12134.71194.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.09%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=66.09%
G=3.48%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15287000.950.540.40334.179031.37
Hex9884605F362814e5a1f
Octal230101060137665051613237
Binary100110001000100011001011111110110101000101001110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980846; }

 p { color: rgb(152,8,70); }

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

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

 a { background-color: rgb(152,8,70); }

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

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

 span { border-color: rgb(152,8,70); }

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