#A31349

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

Shades of Jazzberry Jam #A31349

Tints of Jazzberry Jam #A31349

Color information

#A31349 (or 0xA31349) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 13 and 49. RGB value is (163,19,73). Sum of RGB (Red+Green+Blue) = 163+19+73=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A31349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31349 is #5CECB6. Grayscale: #444444. Windows color (decimal): -6089911 or 4789155. OLE color: 4789155.

HSL color Cylindrical-coordinate representation of color #A31349: hue angle of 337.5º 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 #A31349 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1631973-
CMYK00.880.550.36
HSL337.5º79.12%35.69%-
HSV(B)337.5º88.34%63.92%-
XYZ16.548.737.12-
YUV68.21130.71195.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 19 (7.81% from 255) = 7.45%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=63.92%
G=7.45%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163197300.880.550.36337.579.1235.69
HexA3134905837241524f24
Octal243231110130674452211744
Binary10100011100111001001010110001101111001001010100101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31349; }

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

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

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

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

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

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

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

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