#980A3F

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

Shades of Jazzberry Jam #980A3F

Tints of Jazzberry Jam #980A3F

Color information

#980A3F (or 0x980A3F) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0A and 3F. RGB value is (152,10,63). Sum of RGB (Red+Green+Blue) = 152+10+63=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #980A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A3F is #67F5C0. Grayscale: #3A3A3A. Windows color (decimal): -6813121 or 4131480. OLE color: 4131480.

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

Color convert

RGB1521063-
CMYK00.930.590.40
HSL337.61º87.65%31.76%-
HSV(B)337.61º93.42%59.61%-
XYZ13.957.255.37-
YUV58.5130.54194.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.56%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 63 (25% from 255) = 28%
R=67.56%
G=4.44%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152106300.930.590.40337.6187.6531.76
Hex98A3F05D3B281525820
Octal23012770135735052213040
Binary100110001010111111010111011110111010001010100101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,10,63); }

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

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

 a { background-color: rgb(152,10,63); }

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

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

 span { border-color: rgb(152,10,63); }

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