#A31359

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

Shades of Jazzberry Jam #A31359

Tints of Jazzberry Jam #A31359

Color information

#A31359 (or 0xA31359) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 13 and 59. RGB value is (163,19,89). Sum of RGB (Red+Green+Blue) = 163+19+89=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A31359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31359 is #5CECA6. Grayscale: #454545. Windows color (decimal): -6089895 or 5837731. OLE color: 5837731.

HSL color Cylindrical-coordinate representation of color #A31359: hue angle of 330.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31359 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1631989-
CMYK00.880.450.36
HSL330.83º79.12%35.69%-
HSV(B)330.83º88.34%63.92%-
XYZ17.148.9710.28-
YUV70.04138.71194.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 19 (7.81% from 255) = 7.01%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=60.15%
G=7.01%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163198900.880.450.36330.8379.1235.69
HexA313590582D2414b4f24
Octal243231310130554451311744
Binary10100011100111011001010110001011011001001010010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31359; }

 p { color: rgb(163,19,89); }

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

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

 a { background-color: rgb(163,19,89); }

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

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

 span { border-color: rgb(163,19,89); }

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