#A31346

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

Shades of Jazzberry Jam #A31346

Tints of Jazzberry Jam #A31346

Color information

#A31346 (or 0xA31346) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 13 and 46. RGB value is (163,19,70). Sum of RGB (Red+Green+Blue) = 163+19+70=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A31346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31346 is #5CECB9. Grayscale: #434343. Windows color (decimal): -6089914 or 4592547. OLE color: 4592547.

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

Color convert

RGB1631970-
CMYK00.880.570.36
HSL338.75º79.12%35.69%-
HSV(B)338.75º88.34%63.92%-
XYZ16.448.696.61-
YUV67.87129.21195.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 19 (7.81% from 255) = 7.54%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=64.68%
G=7.54%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163197000.880.570.36338.7579.1235.69
HexA3134605839241534f24
Octal243231060130714452311744
Binary10100011100111000110010110001110011001001010100111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31346; }

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

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

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

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

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

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

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

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