#980B5B

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

Shades of Jazzberry Jam #980B5B

Tints of Jazzberry Jam #980B5B

Color information

#980B5B (or 0x980B5B) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0B and 5B. RGB value is (152,11,91). Sum of RGB (Red+Green+Blue) = 152+11+91=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #980B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B5B is #67F4A4. Grayscale: #3E3E3E. Windows color (decimal): -6812837 or 5966744. OLE color: 5966744.

HSL color Cylindrical-coordinate representation of color #980B5B: hue angle of 325.96º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B5B is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1521191-
CMYK00.930.400.40
HSL325.96º86.5%31.96%-
HSV(B)325.96º92.76%59.61%-
XYZ14.967.6710.59-
YUV62.28144.21192-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.84%
GREEN value IS 11 (4.69% from 255) = 4.33%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=59.84%
G=4.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152119100.930.400.40325.9686.531.96
Hex98B5B05D28281465720
Octal230131330135505050612740
Binary1001100010111011011010111011010001010001010001101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,11,91); }

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

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

 a { background-color: rgb(152,11,91); }

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

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

 span { border-color: rgb(152,11,91); }

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