#980B5C

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

Shades of Jazzberry Jam #980B5C

Tints of Jazzberry Jam #980B5C

Color information

#980B5C (or 0x980B5C) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0B and 5C. RGB value is (152,11,92). Sum of RGB (Red+Green+Blue) = 152+11+92=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B5C is #67F4A3. Grayscale: #3E3E3E. Windows color (decimal): -6812836 or 6032280. OLE color: 6032280.

HSL color Cylindrical-coordinate representation of color #980B5C: hue angle of 325.53º 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 #980B5C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1521192-
CMYK00.930.390.40
HSL325.53º86.5%31.96%-
HSV(B)325.53º92.76%59.61%-
XYZ157.6910.82-
YUV62.39144.71191.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=59.61%
G=4.31%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152119200.930.390.40325.5386.531.96
Hex98B5C05D27281465720
Octal230131340135475050612740
Binary1001100010111011100010111011001111010001010001101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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